Lines Matching refs:___wait_event
212 #define ___wait_event(wq, condition, state, exclusive, ret, cmd) \ macro
247 (void)___wait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
271 (void)___wait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
286 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \
311 ___wait_event(wq, ___wait_cond_timeout(condition), \
344 ___wait_event(wq, ___wait_cond_timeout(condition), \
362 (void)___wait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
387 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \
415 ___wait_event(wq, ___wait_cond_timeout(condition), \
462 __ret = ___wait_event(wq, condition, state, 0, 0, \
527 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
541 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
702 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule())
730 (void)___wait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
795 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \
868 ___wait_event(wq, ___wait_cond_timeout(condition), \