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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg_impl.h95 uint64_t tx_quiesced_txg; /* quiesced txg waiting for sync */ member in struct:tx_state
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c471 tx->tx_quiesced_txg == 0 &&
484 while (!tx->tx_exiting && tx->tx_quiesced_txg == 0) {
499 txg = tx->tx_quiesced_txg;
500 tx->tx_quiesced_txg = 0;
546 tx->tx_quiesced_txg != 0))
564 tx->tx_quiesced_txg = txg;
664 tx->tx_quiesced_txg <= tx->tx_synced_txg) {
684 tx->tx_quiesced_txg != 0);

Completed in 90 milliseconds