Searched refs:___wait_event (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
H A Dwait.h201 * The below macro ___wait_event() has an explicit shadow of the __ret
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), \
H A Dtty.h699 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \

Completed in 208 milliseconds