Lines Matching refs:WQ_FLAG_WOKEN
1025 * calls the wakeup function, we set WQ_FLAG_WOKEN and wake it up,
1034 * WQ_FLAG_WOKEN bit, wake it up, and remove it from the wait queue.
1046 * WQ_FLAG_WOKEN, we set WQ_FLAG_DONE to let the waiter easily see
1083 smp_store_release(&wait->flags, flags | WQ_FLAG_WOKEN);
1189 wait->flags |= WQ_FLAG_WOKEN | WQ_FLAG_DONE;
1251 * the WQ_FLAG_WOKEN and WQ_FLAG_DONE flag, to
1262 * we see the WQ_FLAG_WOKEN flag, we need to
1273 if (!(flags & WQ_FLAG_WOKEN)) {
1326 * Also note that WQ_FLAG_WOKEN is sufficient for a non-exclusive
1332 return wait->flags & WQ_FLAG_WOKEN ? 0 : -EINTR;