Home
last modified time | relevance | path

Searched refs:tx_txgh (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c1055 tx->tx_txg = txg_hold_open(tx->tx_pool, &tx->tx_txgh); in dmu_tx_try_assign()
1129 txg_rele_to_quiesce(&tx->tx_txgh); in dmu_tx_unassign()
1152 txg_rele_to_sync(&tx->tx_txgh); in dmu_tx_unassign()
1218 txg_rele_to_quiesce(&tx->tx_txgh); in dmu_tx_assign()
1344 txg_register_callbacks(&tx->tx_txgh, &tx->tx_callbacks); in dmu_tx_commit()
1347 txg_rele_to_sync(&tx->tx_txgh); in dmu_tx_commit()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_tx.h60 txg_handle_t tx_txgh; member