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

/linux-master/include/linux/
H A Dwait.h288 * The below macro ___wait_event() has an explicit shadow of the __ret
299 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ macro
324 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
348 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
363 ___wait_event(wq_head, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), \
388 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
421 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
439 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \
452 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
477 ___wait_event(wq_hea
[all...]

Completed in 532 milliseconds