Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h66 void refcount_destroy_many(refcount_t *rc, uint64_t number);
87 #define refcount_destroy_many(rc, number) ((rc)->rc_count = 0)
/titanic_41/usr/src/uts/common/fs/zfs/
H A Drefcount.c79 refcount_destroy_many(refcount_t *rc, uint64_t number) in refcount_destroy_many() function
102 refcount_destroy_many(rc, 0); in refcount_destroy()
H A Ddmu_tx.c1423 refcount_destroy_many(&tx->tx_space_written, in dmu_tx_commit()
1425 refcount_destroy_many(&tx->tx_space_freed, in dmu_tx_commit()
1456 refcount_destroy_many(&tx->tx_space_written, in dmu_tx_abort()
1458 refcount_destroy_many(&tx->tx_space_freed, in dmu_tx_abort()