Searched refs:___wait_event (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/include/linux/ |
D | wait.h | 259 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ macro 284 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 308 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 323 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ 348 ___wait_event(wq_head, ___wait_cond_timeout(condition), \ 381 ___wait_event(wq_head, ___wait_cond_timeout(condition), \ 399 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \ 412 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 437 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ 465 ___wait_event(wq_head, ___wait_cond_timeout(condition), \ [all …]
|