Searched refs:tx_quiesced_txg (Results 1 – 2 of 2) sorted by relevance
468 return (tx->tx_quiesced_txg != 0); in txg_has_quiesced_to_sync()527 ASSERT(tx->tx_quiesced_txg != 0); in txg_sync_thread()528 txg = tx->tx_quiesced_txg; in txg_sync_thread()529 tx->tx_quiesced_txg = 0; in txg_sync_thread()597 tx->tx_quiesced_txg = txg; in txg_quiesce_thread()732 tx->tx_quiesced_txg <= tx->tx_synced_txg) { in txg_kick()752 tx->tx_quiesced_txg != 0); in txg_sync_waiting()
96 uint64_t tx_quiesced_txg; /* quiesced txg waiting for sync */ member