Lines Matching refs:WQ_FLAG_WOKEN
1058 * calls the wakeup function, we set WQ_FLAG_WOKEN and wake it up,
1067 * WQ_FLAG_WOKEN bit, wake it up, and remove it from the wait queue.
1079 * WQ_FLAG_WOKEN, we set WQ_FLAG_DONE to let the waiter easily see
1116 smp_store_release(&wait->flags, flags | WQ_FLAG_WOKEN);
1215 wait->flags |= WQ_FLAG_WOKEN | WQ_FLAG_DONE;
1275 * the WQ_FLAG_WOKEN and WQ_FLAG_DONE flag, to
1286 * we see the WQ_FLAG_WOKEN flag, we need to
1297 if (!(flags & WQ_FLAG_WOKEN)) {
1349 * Also note that WQ_FLAG_WOKEN is sufficient for a non-exclusive
1355 return wait->flags & WQ_FLAG_WOKEN ? 0 : -EINTR;
1419 if (!(flags & WQ_FLAG_WOKEN)) {