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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddsl_pool.h105 uint64_t dp_dirty_pertxg[TXG_SIZE]; member in struct:dsl_pool
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_pool.c81 * txg (dp_dirty_pertxg[]) and poolwide (dp_dirty_total) accounting of
595 dsl_pool_undirty_space(dp, dp->dp_dirty_pertxg[txg & TXG_MASK], txg);
761 dp->dp_dirty_pertxg[tx->tx_txg & TXG_MASK] += space;
774 if (dp->dp_dirty_pertxg[txg & TXG_MASK] < space) {
776 space = dp->dp_dirty_pertxg[txg & TXG_MASK];
778 ASSERT3U(dp->dp_dirty_pertxg[txg & TXG_MASK], >=, space);
779 dp->dp_dirty_pertxg[txg & TXG_MASK] -= space;

Completed in 212 milliseconds