Searched refs:WQ_FLAG_WOKEN (Results 1 – 2 of 2) sorted by relevance
415 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()
21 #define WQ_FLAG_WOKEN 0x02 macro