Searched refs:tc_open_lock (Results 1 – 2 of 2) sorted by relevance
132 mutex_init(&tx->tx_cpu[c].tc_open_lock, NULL, MUTEX_NOLOCKDEP, in txg_init() 176 mutex_destroy(&tx->tx_cpu[c].tc_open_lock); in txg_fini() 331 mutex_enter(&tc->tc_open_lock); in txg_hold_open() 350 mutex_exit(&tc->tc_open_lock); in txg_rele_to_quiesce() 397 mutex_enter(&tx->tx_cpu[c].tc_open_lock); in txg_quiesce() 411 mutex_exit(&tx->tx_cpu[c].tc_open_lock); in txg_quiesce()
71 kmutex_t tc_open_lock; /* protects tx_open_txg */ member