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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_tx.h58 uint64_t tx_lasttried_txg; member in struct:dmu_tx
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_tx.c1317 tx->tx_lasttried_txg = tx->tx_txg;
1399 } else if (spa_suspended(spa) || tx->tx_lasttried_txg == 0) {
1404 * obtain a tx. If that's the case then tx_lasttried_txg
1416 while (dn->dn_assigned_txg == tx->tx_lasttried_txg - 1)
1421 txg_wait_open(tx->tx_pool, tx->tx_lasttried_txg + 1);

Completed in 83 milliseconds