Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h74 extern void txg_rele_to_sync(txg_handle_t *txghp);
/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c1253 txg_rele_to_sync(&tx->tx_txgh); in dmu_tx_unassign()
1416 txg_rele_to_sync(&tx->tx_txgh); in dmu_tx_commit()
H A Dtxg.c332 txg_rele_to_sync(txg_handle_t *th) in txg_rele_to_sync() function