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, 1, 0, \
375 (void)___wait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
400 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \
428 ___wait_event(wq, ___wait_cond_timeout(condition), \
475 __ret = ___wait_event(wq, condition, state, 0, 0, \
540 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
554 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
715 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule())
743 (void)___wait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
808 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \
881 ___wait_event(wq, ___wait_cond_timeout(condition), \