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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c4587 uint64_t txg, dtl_max_txg; local
4730 * Set newvd's DTL to [TXG_INITIAL, dtl_max_txg) so that we account
4734 dtl_max_txg = txg + TXG_CONCURRENT_STATES;
4737 dtl_max_txg - TXG_INITIAL);
4758 dsl_resilver_restart(spa->spa_dsl_pool, dtl_max_txg);
4768 (void) spa_vdev_exit(spa, newrootvd, dtl_max_txg, 0);

Completed in 58 milliseconds