Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dwait.h304 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ macro
329 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
353 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
368 ___wait_event(wq_head, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), \
393 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
426 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
444 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \
457 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
482 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
510 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
[all …]