Searched refs:___swait_event (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/include/linux/ |
D | swait.h | 158 #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), \
|