Home
last modified time | relevance | path

Searched refs:tif_test_bit (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dthread_info.h190 static __always_inline bool tif_test_bit(int bit) in tif_test_bit() function
198 static __always_inline bool tif_test_bit(int bit) in tif_test_bit() function
208 return tif_test_bit(TIF_NEED_RESCHED); in tif_need_resched()
/linux-6.15/kernel/sched/
H A Dcore.c5658 if (dynamic_preempt_lazy() && tif_test_bit(TIF_NEED_RESCHED_LAZY)) in sched_tick()
/linux-6.15/kernel/trace/
H A Dtrace.c2549 if (IS_ENABLED(CONFIG_ARCH_HAS_PREEMPT_LAZY) && tif_test_bit(TIF_NEED_RESCHED_LAZY)) in tracing_gen_ctx_irq_test()