Lines Matching refs:___wait_event

264 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd)		\  macro
289 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
313 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
328 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
353 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
386 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
404 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \
417 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
442 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
470 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
516 __ret = ___wait_event(wq_head, condition, state, 0, 0, \
581 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
594 ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \
608 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
637 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \
661 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \
665 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
698 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
872 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule())
899 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
937 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
1002 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
1074 ___wait_event(wq_head, ___wait_cond_timeout(condition), \