Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Dwait.c415 if (!(wq_entry->flags & WQ_FLAG_WOKEN) && !is_kthread_should_stop()) in wait_woken()
425 smp_store_mb(wq_entry->flags, wq_entry->flags & ~WQ_FLAG_WOKEN); /* B */ in wait_woken()
435 wq_entry->flags |= WQ_FLAG_WOKEN; in woken_wake_function()
/Linux-v5.4/include/linux/
Dwait.h21 #define WQ_FLAG_WOKEN 0x02 macro