Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_refcount.c873 xfs_nlink_t new_refcount; in xfs_refc_want_merge_center() local
915 xfs_nlink_t new_refcount; in xfs_refc_want_merge_left() local
949 xfs_nlink_t new_refcount; in xfs_refc_want_merge_right() local
/linux-6.12.1/rust/kernel/block/mq/
Drequest.rs246 let new_refcount = atomic_relaxed_op_return(refcount, |x| x - 1); in dec_ref() localVariable