Searched refs:___wait_event (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/include/linux/ |
D | wait.h | 212 #define ___wait_event(wq, condition, state, exclusive, ret, cmd) \ macro 247 (void)___wait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 271 (void)___wait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 286 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \ 311 ___wait_event(wq, ___wait_cond_timeout(condition), \ 344 ___wait_event(wq, ___wait_cond_timeout(condition), \ 362 (void)___wait_event(wq, condition, TASK_UNINTERRUPTIBLE, 1, 0, \ 375 (void)___wait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 400 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \ 428 ___wait_event(wq, ___wait_cond_timeout(condition), \ [all …]
|