Searched refs:___swait_event (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | swait.h | 171 #define ___swait_event(wq, condition, state, ret, cmd) \ macro 196 (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ 207 ___swait_event(wq, ___wait_cond_timeout(condition), \ 220 ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ 232 ___swait_event(wq, ___wait_cond_timeout(condition), \ 246 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) 268 ___swait_event(wq, ___wait_cond_timeout(condition), \
|