Searched refs:tx_sync_lock (Results 1 – 3 of 3) sorted by relevance
200 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 …]
3404 ASSERT(!MUTEX_HELD(&dp->dp_tx.tx_sync_lock)); in dbuf_hold_impl()
92 kmutex_t tx_sync_lock; /* protects the rest of this struct */ member