Lines Matching refs:___wait_event

291 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd)		\  macro
316 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
340 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
355 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
380 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
413 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
431 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \
444 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
469 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
497 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
544 __ret = ___wait_event(wq_head, condition, state, 0, 0, \
609 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
622 ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \
636 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
665 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \
689 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \
693 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
726 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
900 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule())
927 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
965 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
1030 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
1102 ___wait_event(wq_head, ___wait_cond_timeout(condition), \