Searched refs:tx_quiesced_txg (Results 1 – 2 of 2) sorted by relevance
471 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()
95 uint64_t tx_quiesced_txg; /* quiesced txg waiting for sync */ member