Searched refs:___wait_var_event (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/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, \
|
| /Linux-v5.10/drivers/gpu/drm/i915/ |
| D | i915_active.c | 648 ___wait_var_event(ref, i915_active_is_idle(ref), in __i915_active_wait()
|
| /Linux-v5.10/fs/xfs/ |
| D | xfs_file.c | 785 return ___wait_var_event(&page->_refcount, in xfs_break_dax_layouts()
|
| /Linux-v5.10/fs/fuse/ |
| D | dax.c | 680 return ___wait_var_event(&page->_refcount, in __fuse_dax_break_layouts()
|
| /Linux-v5.10/fs/ext4/ |
| D | inode.c | 3966 error = ___wait_var_event(&page->_refcount, in ext4_break_layouts()
|