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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg_impl.h97 uint64_t tx_synced_txg; /* last synced txg id */ member in struct:tx_state
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c470 tx->tx_synced_txg >= tx->tx_sync_txg_waiting &&
474 tx->tx_synced_txg, tx->tx_sync_txg_waiting, dp);
514 tx->tx_synced_txg = txg;
584 tx->tx_syncing_txg == txg-1 || tx->tx_synced_txg == txg-1)
588 if (tx->tx_open_txg > txg || tx->tx_synced_txg == txg-1) {
617 while (tx->tx_synced_txg < txg) {
620 tx->tx_synced_txg, tx->tx_sync_txg_waiting, dp);
663 tx->tx_sync_txg_waiting <= tx->tx_synced_txg &&
664 tx->tx_quiesced_txg <= tx->tx_synced_txg) {

Completed in 58 milliseconds