Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drefcount.c79 rc->rc_removed_count = 0; in zfs_refcount_create()
204 if (rc->rc_removed_count >= reference_history) { in zfs_refcount_remove_many()
210 rc->rc_removed_count++; in zfs_refcount_remove_many()
255 removed_count = src->rc_removed_count; in zfs_refcount_transfer()
257 src->rc_removed_count = 0; in zfs_refcount_transfer()
264 dst->rc_removed_count += removed_count; in zfs_refcount_transfer()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h64 uint_t rc_removed_count; member
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c3329 uint_t rc_removed_count; member
3373 addr, (longlong_t)rc.rc_count, (longlong_t)rcr.rc_removed_count); in zfs_refcount()
3382 if (released && rcr.rc_removed_count > 0) { in zfs_refcount()