Searched defs:tohold (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c1161 uint64_t towrite, tofree, tooverwrite, tounref, tohold, fudge; local
1200 towrite = tofree = tooverwrite = tounref = tohold = fudge = 0;
1221 tohold += refcount_count(&txh->txh_memory_tohold);
1243 memory = towrite + tooverwrite + tohold;
1247 * Add in 'tohold' to account for our dirty holds on this memory
1252 spa_get_asize(tx->tx_pool->dp_spa, tohold + fudge);

Completed in 48 milliseconds