Home
last modified time | relevance | path

Searched refs:tx_open_txg (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dtxg.c153 tx->tx_open_txg = txg; in txg_init()
274 txg_wait_synced(dp, tx->tx_open_txg + TXG_DEFER_SIZE); in txg_sync_stop()
334 txg = tx->tx_open_txg; in txg_hold_open()
401 ASSERT(txg == tx->tx_open_txg); in txg_quiesce()
402 tx->tx_open_txg++; in txg_quiesce()
406 DTRACE_PROBE2(txg__opened, dsl_pool_t *, dp, uint64_t, tx->tx_open_txg); in txg_quiesce()
574 if (tx->tx_quiesce_txg_waiting < tx->tx_open_txg+1) in txg_sync_thread()
575 tx->tx_quiesce_txg_waiting = tx->tx_open_txg+1; in txg_sync_thread()
639 (tx->tx_open_txg >= tx->tx_quiesce_txg_waiting || in txg_quiesce_thread()
646 txg = tx->tx_open_txg; in txg_quiesce_thread()
[all …]
H A Ddsl_pool.c364 err = dsl_scan_init(dp, dp->dp_tx.tx_open_txg); in dsl_pool_open()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dtxg_impl.h94 uint64_t tx_open_txg; /* currently open txg id */ member