Lines Matching refs:___wait_event

246 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd)		\  macro
271 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
295 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
310 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
335 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
368 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
386 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \
399 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
424 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
452 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
498 __ret = ___wait_event(wq_head, condition, state, 0, 0, \
563 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
576 ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \
590 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
619 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \
643 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \
647 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
680 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
854 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule())
881 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
919 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
984 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
1057 ___wait_event(wq_head, ___wait_cond_timeout(condition), \