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

/linux-master/include/linux/
H A Dwait_bit.h242 #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, \
/linux-master/drivers/gpu/drm/i915/
H A Di915_active.c614 if (___wait_var_event(ref, i915_active_is_idle(ref),
/linux-master/fs/xfs/
H A Dxfs_file.c889 return ___wait_var_event(&page->_refcount,
/linux-master/fs/fuse/
H A Ddax.c679 return ___wait_var_event(&page->_refcount,
/linux-master/fs/ext4/
H A Dinode.c3854 error = ___wait_var_event(&page->_refcount,

Completed in 233 milliseconds