Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Dwait.c301 static inline bool is_kthread_should_stop(void) in is_kthread_should_stop() function
334 if (!(wait->flags & WQ_FLAG_WOKEN) && !is_kthread_should_stop()) in wait_woken()