Home
last modified time | relevance | path

Searched refs:_TIF_NEED_RESCHED_LAZY (Results 1 – 10 of 10) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dthread_info.h92 #define _TIF_NEED_RESCHED_LAZY (1 << TIF_NEED_RESCHED_LAZY) macro
109 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY | \
/linux/arch/powerpc/include/asm/
H A Dthread_info.h126 #define _TIF_NEED_RESCHED_LAZY (1<<TIF_NEED_RESCHED_LAZY) macro
147 _TIF_NEED_RESCHED_LAZY | _TIF_NOTIFY_RESUME | \
/linux/include/linux/
H A Dentry-virt.h20 (_TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY | _TIF_SIGPENDING | \
H A Dirq-entry-common.h31 _TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY | \
H A Dthread_info.h67 #define _TIF_NEED_RESCHED_LAZY _TIF_NEED_RESCHED macro
H A Dsched.h2052 atomic_long_andnot(_TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY, in clear_tsk_need_resched()
/linux/kernel/entry/
H A Dvirt.c13 if (ti_work & (_TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY)) in xfer_to_guest_mode_work()
H A Dcommon.c30 if (ti_work & (_TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY)) in exit_to_user_mode_loop()
/linux/include/asm-generic/
H A Dthread_info_tif.h26 # define _TIF_NEED_RESCHED_LAZY BIT(TIF_NEED_RESCHED_LAZY) macro
/linux/arch/powerpc/kernel/
H A Dinterrupt.c192 if (ti_flags & (_TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY)) { in interrupt_exit_user_prepare_main()