Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Drefcount.c67 rc->rc_removed_count = 0; in refcount_create()
170 rc->rc_removed_count++; in refcount_remove_many()
171 if (rc->rc_removed_count > reference_history) { in refcount_remove_many()
177 rc->rc_removed_count--; in refcount_remove_many()
212 removed_count = src->rc_removed_count; in refcount_transfer()
214 src->rc_removed_count = 0; in refcount_transfer()
221 dst->rc_removed_count += removed_count; in refcount_transfer()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h58 uint64_t rc_removed_count; member
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2556 uint64_t rc_removed_count; member
2600 addr, (longlong_t)rc.rc_count, (longlong_t)rcr.rc_removed_count); in refcount()
2609 if (released && rcr.rc_removed_count > 0) { in refcount()