Home
last modified time | relevance | path

Searched refs:new_refcount (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/block/mq/
A Drequest.rs246 let new_refcount = atomic_relaxed_op_return(refcount, |x| x - 1); in dec_ref()
249 if new_refcount == 0 { in dec_ref()
/linux/fs/xfs/libxfs/
A Dxfs_refcount.c873 xfs_nlink_t new_refcount; in xfs_refc_want_merge_center() local
889 new_refcount = xfs_refc_merge_refcount(cleft, adjust); in xfs_refc_want_merge_center()
890 if (left->rc_refcount != new_refcount) in xfs_refc_want_merge_center()
892 if (right->rc_refcount != new_refcount) in xfs_refc_want_merge_center()
915 xfs_nlink_t new_refcount; in xfs_refc_want_merge_left() local
926 new_refcount = xfs_refc_merge_refcount(cleft, adjust); in xfs_refc_want_merge_left()
927 if (left->rc_refcount != new_refcount) in xfs_refc_want_merge_left()
949 xfs_nlink_t new_refcount; in xfs_refc_want_merge_right() local
960 new_refcount = xfs_refc_merge_refcount(cright, adjust); in xfs_refc_want_merge_right()
961 if (right->rc_refcount != new_refcount) in xfs_refc_want_merge_right()

Completed in 13 milliseconds