Searched refs:___wait_event (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | wait.h | 291 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ macro 316 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 340 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 355 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ 380 ___wait_event(wq_head, ___wait_cond_timeout(condition), \ 413 ___wait_event(wq_head, ___wait_cond_timeout(condition), \ 431 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \ 444 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 469 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ 497 ___wait_event(wq_head, ___wait_cond_timeout(condition), \ [all …]
|