Home
last modified time | relevance | path

Searched refs:current_set_polling_and_test (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/sched/
Didle.h27 static inline bool __must_check current_set_polling_and_test(void) in current_set_polling_and_test() function
62 static inline bool __must_check current_set_polling_and_test(void) in current_set_polling_and_test() function
/linux-4.19.296/drivers/cpuidle/
Dpoll_state.c23 if (!current_set_polling_and_test()) { in poll_idle()