Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c130 mutex_init(&tx->tx_cpu[c].tc_open_lock, NULL, MUTEX_DEFAULT, in txg_init()
174 mutex_destroy(&tx->tx_cpu[c].tc_open_lock); in txg_fini()
299 mutex_enter(&tc->tc_open_lock); in txg_hold_open()
318 mutex_exit(&tc->tc_open_lock); in txg_rele_to_quiesce()
364 mutex_enter(&tx->tx_cpu[c].tc_open_lock); in txg_quiesce()
378 mutex_exit(&tx->tx_cpu[c].tc_open_lock); in txg_quiesce()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg_impl.h71 kmutex_t tc_open_lock; /* protects tx_open_txg */ member