Lines Matching refs:___wait_event
259 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ macro
284 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
308 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
323 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
348 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
381 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
399 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \
412 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
437 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
465 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
511 __ret = ___wait_event(wq_head, condition, state, 0, 0, \
576 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
589 ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \
603 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
632 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \
656 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \
660 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
693 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
867 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule())
894 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
932 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
997 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
1069 ___wait_event(wq_head, ___wait_cond_timeout(condition), \