Searched refs:___wait_event (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/include/linux/ |
| D | wait.h | 300 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ macro 325 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 349 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 364 ___wait_event(wq_head, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), \ 389 ___wait_event(wq_head, ___wait_cond_timeout(condition), \ 422 ___wait_event(wq_head, ___wait_cond_timeout(condition), \ 440 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \ 453 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 478 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ 506 ___wait_event(wq_head, ___wait_cond_timeout(condition), \ [all …]
|