Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDrefcount.c74 rc->rc_removed_count = 0; in zfs_refcount_create()
194 if (rc->rc_removed_count >= reference_history) { in zfs_refcount_remove_many()
198 rc->rc_removed_count++; in zfs_refcount_remove_many()
241 removed_count = src->rc_removed_count; in zfs_refcount_transfer()
243 src->rc_removed_count = 0; in zfs_refcount_transfer()
250 dst->rc_removed_count += removed_count; in zfs_refcount_transfer()
/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDzfs_refcount.h61 uint_t rc_removed_count; member