Searched refs:___wait_var_event (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | wait_bit.h | 253 #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, \
|
| /linux/fs/ |
| H A D | dax.c | 922 return ___wait_var_event(page, dax_page_is_idle(page), in wait_page_idle() 929 ___wait_var_event(page, dax_page_is_idle(page), in wait_page_idle_uninterruptible()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_active.c | 595 if (___wait_var_event(ref, i915_active_is_idle(ref), in __i915_active_wait()
|