Searched refs:dp_dirty_pertxg (Results 1 – 2 of 2) sorted by relevance
498 dsl_pool_undirty_space(dp, dp->dp_dirty_pertxg[txg & TXG_MASK], txg); in dsl_pool_sync()651 dp->dp_dirty_pertxg[tx->tx_txg & TXG_MASK] += space; in dsl_pool_dirty_space()664 if (dp->dp_dirty_pertxg[txg & TXG_MASK] < space) { in dsl_pool_undirty_space()666 space = dp->dp_dirty_pertxg[txg & TXG_MASK]; in dsl_pool_undirty_space()668 ASSERT3U(dp->dp_dirty_pertxg[txg & TXG_MASK], >=, space); in dsl_pool_undirty_space()669 dp->dp_dirty_pertxg[txg & TXG_MASK] -= space; in dsl_pool_undirty_space()
104 uint64_t dp_dirty_pertxg[TXG_SIZE]; member