Home
last modified time | relevance | path

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

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