Searched refs:txh_memory_tohold (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_tx.h108 refcount_t txh_memory_tohold; member in struct:dmu_tx_hold
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_tx.c136 refcount_create(&txh->txh_memory_tohold);
550 (void) refcount_add_many(&txh->txh_memory_tohold,
604 (void) refcount_add_many(&txh->txh_memory_tohold,
616 (void) refcount_add_many(&txh->txh_memory_tohold,
1238 tohold += refcount_count(&txh->txh_memory_tohold);
1461 refcount_destroy_many(&txh->txh_memory_tohold,
1462 refcount_count(&txh->txh_memory_tohold));

Completed in 98 milliseconds