Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sched/
H A Didle.h69 static __always_inline bool __must_check current_clr_polling_and_test(void) in current_clr_polling_and_test() function
90 static inline bool __must_check current_clr_polling_and_test(void) in current_clr_polling_and_test() function
/openbmc/linux/kernel/sched/
H A Didle.c92 if (!current_clr_polling_and_test()) { in default_idle_call()
110 if (current_clr_polling_and_test()) in call_cpuidle_s2idle()
123 if (current_clr_polling_and_test()) { in call_cpuidle()
/openbmc/linux/drivers/cpuidle/
H A Dcpuidle-haltpoll.c31 if (current_clr_polling_and_test()) in default_enter_idle()