Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtxg.c203 mutex_enter(&tx->tx_sync_lock); in txg_sync_start()
222 mutex_exit(&tx->tx_sync_lock); in txg_sync_start()
229 mutex_enter(&tx->tx_sync_lock); in txg_thread_enter()
251 cv_wait(cv, &tx->tx_sync_lock); in txg_thread_wait()
278 mutex_enter(&tx->tx_sync_lock); in txg_sync_stop()
293 mutex_exit(&tx->tx_sync_lock); in txg_sync_stop()
542 mutex_exit(&tx->tx_sync_lock); in txg_sync_thread()
638 mutex_exit(&tx->tx_sync_lock); in txg_delay()
663 mutex_exit(&tx->tx_sync_lock); in txg_wait_synced()
685 mutex_exit(&tx->tx_sync_lock); in txg_wait_open()
[all …]
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dtxg_impl.h92 kmutex_t tx_sync_lock; /* protects the rest of this struct */ member