Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
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-6.3-rc2/drivers/gpu/drm/i915/
A Di915_active.c613 if (___wait_var_event(ref, i915_active_is_idle(ref), in __i915_active_wait()
/linux-6.3-rc2/fs/xfs/
A Dxfs_file.c830 return ___wait_var_event(&page->_refcount, in xfs_break_dax_layouts()
/linux-6.3-rc2/fs/fuse/
A Ddax.c679 return ___wait_var_event(&page->_refcount, in __fuse_dax_break_layouts()
/linux-6.3-rc2/fs/ext4/
A Dinode.c4048 error = ___wait_var_event(&page->_refcount, in ext4_break_layouts()

Completed in 22 milliseconds