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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h67 void refcount_destroy_many(refcount_t *rc, uint64_t number);
92 #define refcount_destroy_many(rc, number) ((rc)->rc_count = 0) macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drefcount.c86 refcount_destroy_many(refcount_t *rc, uint64_t number) function
109 refcount_destroy_many(rc, 0);
H A Ddmu_tx.c1434 refcount_destroy_many(&txh->txh_space_towrite,
1436 refcount_destroy_many(&txh->txh_space_tofree,
1438 refcount_destroy_many(&txh->txh_space_tooverwrite,
1440 refcount_destroy_many(&txh->txh_space_tounref,
1442 refcount_destroy_many(&txh->txh_memory_tohold,
1444 refcount_destroy_many(&txh->txh_fudge,
1454 refcount_destroy_many(&tx->tx_space_written,
1456 refcount_destroy_many(&tx->tx_space_freed,

Completed in 63 milliseconds