HomeSort by: relevance | last modified time | path
    Searched refs:dp_dirty_pertxg (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dsl_pool.h 105 uint64_t dp_dirty_pertxg[TXG_SIZE]; member in struct:dsl_pool
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_pool.c 81 * 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 16 milliseconds