Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dwait.h274 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ macro
299 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
323 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
338 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
363 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
396 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
414 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \
427 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
452 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
480 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
[all …]