Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/sched/
Dwait.c424 static inline bool is_kthread_should_stop(void) in is_kthread_should_stop() function
458 if (!(wq_entry->flags & WQ_FLAG_WOKEN) && !is_kthread_should_stop()) in wait_woken()