Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h109 uint64_t txh_memory_tohold; member
/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c528 txh->txh_memory_tohold += dbuf->db.db_size; in dmu_tx_count_free()
581 txh->txh_memory_tohold += MAX(MIN(blkcnt, nl1blks), 1) in dmu_tx_count_free()
591 txh->txh_memory_tohold += skipped << dn->dn_indblkshift; in dmu_tx_count_free()
1176 tohold += txh->txh_memory_tohold; in dmu_tx_try_assign()