Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
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), \
/Linux-v4.19/fs/xfs/
Dxfs_file.c747 return ___wait_var_event(&page->_refcount, in xfs_break_dax_layouts()
/Linux-v4.19/fs/ext4/
Dinode.c4221 error = ___wait_var_event(&page->_refcount, in ext4_break_layouts()