Lines Matching refs:___wait_event

300 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd)		\  macro
325 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
349 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
364 ___wait_event(wq_head, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), \
389 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
422 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
440 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \
453 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
478 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
506 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
553 __ret = ___wait_event(wq_head, condition, state, 0, 0, \
618 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
631 ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \
645 ___wait_event(wq, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 1, 0,\
674 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \
698 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \
702 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
735 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
909 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule())
936 ___wait_event(wq, condition, state, 0, 0, schedule())
964 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
1002 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
1067 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
1139 ___wait_event(wq_head, ___wait_cond_timeout(condition), \