Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dtxg.c140 mutex_init(&tx->tx_sync_lock, NULL, MUTEX_DEFAULT, NULL); in txg_init()
162 mutex_destroy(&tx->tx_sync_lock); in txg_fini()
197 mutex_enter(&tx->tx_sync_lock); in txg_sync_start()
216 mutex_exit(&tx->tx_sync_lock); in txg_sync_start()
222 CALLB_CPR_INIT(cpr, &tx->tx_sync_lock, callb_generic_cpr, FTAG); in txg_thread_enter()
223 mutex_enter(&tx->tx_sync_lock); in txg_thread_enter()
243 (void) cv_timedwait(cv, &tx->tx_sync_lock, in txg_thread_wait()
246 cv_wait(cv, &tx->tx_sync_lock); in txg_thread_wait()
248 CALLB_CPR_SAFE_END(cpr, &tx->tx_sync_lock); in txg_thread_wait()
273 mutex_enter(&tx->tx_sync_lock); in txg_sync_stop()
[all …]
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dtxg_impl.h92 kmutex_t tx_sync_lock; /* protects the rest of this struct */ member