Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Dwait.c334 if (!(wait->flags & WQ_FLAG_WOKEN) && !is_kthread_should_stop()) in wait_woken()
344 set_mb(wait->flags, wait->flags & ~WQ_FLAG_WOKEN); /* B */ in wait_woken()
360 wait->flags |= WQ_FLAG_WOKEN; in woken_wake_function()
/linux-4.1.27/include/linux/
Dwait.h18 #define WQ_FLAG_WOKEN 0x02 macro