Searched refs:___wait_event (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/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, 0, 0, \ 387 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \ 415 ___wait_event(wq, ___wait_cond_timeout(condition), \ 462 __ret = ___wait_event(wq, condition, state, 0, 0, \ [all …]
|
D | tty.h | 699 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \
|