Home
last modified time | relevance | path

Searched refs:tif_need_resched (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/linux/sched/
H A Didle.h66 return unlikely(tif_need_resched()); in current_set_polling_and_test()
79 return unlikely(tif_need_resched()); in current_clr_polling_and_test()
88 return unlikely(tif_need_resched()); in current_set_polling_and_test()
92 return unlikely(tif_need_resched()); in current_clr_polling_and_test()
/openbmc/linux/include/asm-generic/
H A Dpreempt.h69 return !--*preempt_count_ptr() && tif_need_resched(); in __preempt_count_dec_and_test()
78 tif_need_resched()); in should_resched()
/openbmc/linux/arch/s390/include/asm/
H A Dpreempt.h117 return !--S390_lowcore.preempt_count && tif_need_resched(); in __preempt_count_dec_and_test()
123 tif_need_resched()); in should_resched()
/openbmc/linux/include/linux/
H A Dthread_info.h182 static __always_inline bool tif_need_resched(void) in tif_need_resched() function
190 static __always_inline bool tif_need_resched(void) in tif_need_resched() function
H A Dpreempt.h315 if (tif_need_resched()) \
H A Dsched.h2257 return unlikely(tif_need_resched()); in need_resched()
/openbmc/linux/kernel/sched/
H A Didle.c60 while (!tif_need_resched() && in cpu_idle_poll()
/openbmc/linux/drivers/acpi/
H A Dprocessor_idle.c110 if (!tif_need_resched()) { in acpi_safe_halt()
/openbmc/linux/kernel/trace/
H A Dtrace.c2707 if (tif_need_resched()) in tracing_gen_ctx_irq_test()