Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dwait.h246 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ macro
271 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
295 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
310 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
335 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
368 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
386 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \
399 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
424 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
452 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
[all …]