Searched refs:tx_synced_txg (Results 1 – 2 of 2) sorted by relevance
470 tx->tx_synced_txg >= tx->tx_sync_txg_waiting && in txg_sync_thread()474 tx->tx_synced_txg, tx->tx_sync_txg_waiting, dp); in txg_sync_thread()514 tx->tx_synced_txg = txg; in txg_sync_thread()584 tx->tx_syncing_txg == txg-1 || tx->tx_synced_txg == txg-1) in txg_delay()588 if (tx->tx_open_txg > txg || tx->tx_synced_txg == txg-1) { in txg_delay()617 while (tx->tx_synced_txg < txg) { in txg_wait_synced()620 tx->tx_synced_txg, tx->tx_sync_txg_waiting, dp); in txg_wait_synced()663 tx->tx_sync_txg_waiting <= tx->tx_synced_txg && in txg_kick()664 tx->tx_quiesced_txg <= tx->tx_synced_txg) { in txg_kick()
97 uint64_t tx_synced_txg; /* last synced txg id */ member