Searched refs:tx_open_txg (Results 1 – 4 of 4) sorted by relevance
143 tx->tx_open_txg = txg; in txg_init()264 txg_wait_synced(dp, tx->tx_open_txg + TXG_DEFER_SIZE); in txg_sync_stop()324 txg = tx->tx_open_txg; in txg_hold_open()391 ASSERT(txg == tx->tx_open_txg); in txg_quiesce()392 tx->tx_open_txg++; in txg_quiesce()396 DTRACE_PROBE2(txg__opened, dsl_pool_t *, dp, uint64_t, tx->tx_open_txg); in txg_quiesce()565 if (tx->tx_quiesce_txg_waiting < tx->tx_open_txg+1) in txg_sync_thread()566 tx->tx_quiesce_txg_waiting = tx->tx_open_txg+1; in txg_sync_thread()630 (tx->tx_open_txg >= tx->tx_quiesce_txg_waiting || in txg_quiesce_thread()637 txg = tx->tx_open_txg; in txg_quiesce_thread()[all …]
358 err = dsl_scan_init(dp, dp->dp_tx.tx_open_txg); in dsl_pool_open()
1889 return (spa->spa_dsl_pool->dp_tx.tx_open_txg); in spa_open_txg()
84 uint64_t tx_open_txg; /* currently open txg id */ member