Lines Matching refs:___wait_event

300 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd)		\  macro
328 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
352 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
367 ___wait_event(wq_head, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), \
392 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
425 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
443 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \
456 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
481 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
509 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
556 __ret = ___wait_event(wq_head, condition, state, 0, 0, \
621 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
634 ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \
648 ___wait_event(wq, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 1, 0,\
677 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \
701 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \
705 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
738 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
912 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule())
939 ___wait_event(wq, condition, state, 0, 0, schedule())
967 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
1005 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
1070 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
1142 ___wait_event(wq_head, ___wait_cond_timeout(condition), \