Home
last modified time | relevance | path

Searched refs:TIF_NEED_RESCHED_LAZY (Results 1 – 7 of 7) sorted by relevance

/linux/include/asm-generic/
H A Dthread_info_tif.h25 # define TIF_NEED_RESCHED_LAZY 5 // Lazy rescheduling needed macro
26 # define _TIF_NEED_RESCHED_LAZY BIT(TIF_NEED_RESCHED_LAZY)
/linux/arch/arm64/include/asm/
H A Dthread_info.h62 #define TIF_NEED_RESCHED_LAZY 2 /* Lazy rescheduling needed */ macro
92 #define _TIF_NEED_RESCHED_LAZY (1 << TIF_NEED_RESCHED_LAZY)
/linux/arch/powerpc/include/asm/
H A Dthread_info.h106 #define TIF_NEED_RESCHED_LAZY 9 /* Scheduler driven lazy preemption */ macro
126 #define _TIF_NEED_RESCHED_LAZY (1<<TIF_NEED_RESCHED_LAZY)
/linux/include/linux/
H A Dthread_info.h62 #ifndef TIF_NEED_RESCHED_LAZY
66 #define TIF_NEED_RESCHED_LAZY TIF_NEED_RESCHED macro
/linux/Documentation/core-api/real-time/
H A Darchitecture-porting.rst96 defining a bit for TIF_NEED_RESCHED_LAZY, preferably near TIF_NEED_RESCHED.
/linux/kernel/sched/
H A Dcore.c1110 if (is_idle_task(curr) && tif == TIF_NEED_RESCHED_LAZY) in __resched_curr()
1160 return TIF_NEED_RESCHED_LAZY; in get_lazy_tif_bit()
5597 if (dynamic_preempt_lazy() && tif_test_bit(TIF_NEED_RESCHED_LAZY)) in sched_tick()
/linux/kernel/trace/
H A Dtrace.c2608 if (IS_ENABLED(CONFIG_ARCH_HAS_PREEMPT_LAZY) && tif_test_bit(TIF_NEED_RESCHED_LAZY)) in tracing_gen_ctx_irq_test()