Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dtxg.c200 mutex_enter(&tx->tx_sync_lock); in txg_sync_start()
219 mutex_exit(&tx->tx_sync_lock); in txg_sync_start()
226 mutex_enter(&tx->tx_sync_lock); in txg_thread_enter()
277 mutex_enter(&tx->tx_sync_lock); in txg_sync_stop()
292 mutex_exit(&tx->tx_sync_lock); in txg_sync_stop()
569 mutex_exit(&tx->tx_sync_lock); in txg_sync_thread()
669 mutex_exit(&tx->tx_sync_lock); in txg_delay()
707 mutex_exit(&tx->tx_sync_lock); in txg_wait_synced_impl()
758 &tx->tx_sync_lock); in txg_wait_open()
761 mutex_exit(&tx->tx_sync_lock); in txg_wait_open()
[all …]
H A Ddbuf.c3404 ASSERT(!MUTEX_HELD(&dp->dp_tx.tx_sync_lock)); in dbuf_hold_impl()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dtxg_impl.h92 kmutex_t tx_sync_lock; /* protects the rest of this struct */ member