Home
last modified time | relevance | path

Searched refs:___wait_event (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/include/linux/
Dwait.h264 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ macro
289 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
313 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
328 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
353 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
386 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
404 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \
417 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
442 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
470 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
[all …]