Searched refs:tx_synced_txg (Results 1 – 2 of 2) sorted by relevance
545 tx->tx_synced_txg >= tx->tx_sync_txg_waiting && in txg_sync_thread()548 (u_longlong_t)tx->tx_synced_txg, in txg_sync_thread()607 tx->tx_synced_txg = txg; in txg_sync_thread()683 tx->tx_syncing_txg == txg-1 || tx->tx_synced_txg == txg-1) in txg_delay()687 if (tx->tx_open_txg > txg || tx->tx_synced_txg == txg-1) { in txg_delay()726 while (tx->tx_synced_txg < txg) { in txg_wait_synced_flags()738 (u_longlong_t)tx->tx_synced_txg, in txg_wait_synced_flags()865 ASSERT3U(txg, >=, dp->dp_tx.tx_synced_txg); in txg_verify()
98 uint64_t tx_synced_txg; /* last synced txg id */ member