Home
last modified time | relevance | path

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

/include/linux/
A Dwait_bit.h253 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \ macro
281 ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
284 ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
340 ___wait_var_event(var, condition, TASK_KILLABLE, 0, 0, \
371 ___wait_var_event(var, ___wait_cond_timeout(condition), \
405 ___wait_var_event(var, condition, TASK_INTERRUPTIBLE, 0, 0, \
463 __ret = ___wait_var_event(var, condition, state, 0, 0, \

Completed in 3 milliseconds