Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dtxg.c151 tx->tx_open_txg = txg; in txg_init()
311 txg = tx->tx_open_txg; in txg_hold_open()
378 ASSERT(txg == tx->tx_open_txg); in txg_quiesce()
379 tx->tx_open_txg++; in txg_quiesce()
547 tx->tx_quiesce_txg_waiting = tx->tx_open_txg+1; in txg_sync_thread()
617 txg = tx->tx_open_txg; in txg_quiesce_thread()
651 if (tx->tx_open_txg > txg || in txg_delay()
682 txg = tx->tx_open_txg + TXG_DEFER_SIZE; in txg_wait_synced_impl()
741 txg = tx->tx_open_txg + 1; in txg_wait_open()
746 while (tx->tx_open_txg < txg) { in txg_wait_open()
[all …]
H A Ddsl_pool.c359 err = dsl_scan_init(dp, dp->dp_tx.tx_open_txg); in dsl_pool_open()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dtxg_impl.h94 uint64_t tx_open_txg; /* currently open txg id */ member