Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dswait.h158 #define ___swait_event(wq, condition, state, ret, cmd) \ macro
183 (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \
194 ___swait_event(wq, ___wait_cond_timeout(condition), \
207 ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \
219 ___swait_event(wq, ___wait_cond_timeout(condition), \
233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule())
255 ___swait_event(wq, ___wait_cond_timeout(condition), \