Searched refs:___wait_event (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/include/linux/ |
D | wait.h | 303 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ macro 328 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 352 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 367 ___wait_event(wq_head, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), \ 392 ___wait_event(wq_head, ___wait_cond_timeout(condition), \ 425 ___wait_event(wq_head, ___wait_cond_timeout(condition), \ 443 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \ 456 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 481 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ 509 ___wait_event(wq_head, ___wait_cond_timeout(condition), \ [all …]
|