Searched refs:___wait_var_event (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | wait_bit.h | 242 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \ macro 270 ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 282 ___wait_var_event(var, condition, TASK_KILLABLE, 0, 0, \ 295 ___wait_var_event(var, ___wait_cond_timeout(condition), \ 309 ___wait_var_event(var, condition, TASK_INTERRUPTIBLE, 0, 0, \
|