Home
last modified time | relevance | path

Searched refs:tx_cpu (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtxg.c138 cv_init(&tx->tx_cpu[c].tc_cv[i], NULL, CV_DEFAULT, in txg_init()
140 list_create(&tx->tx_cpu[c].tc_callbacks[i], in txg_init()
179 mutex_destroy(&tx->tx_cpu[c].tc_open_lock); in txg_fini()
180 mutex_destroy(&tx->tx_cpu[c].tc_lock); in txg_fini()
182 cv_destroy(&tx->tx_cpu[c].tc_cv[i]); in txg_fini()
183 list_destroy(&tx->tx_cpu[c].tc_callbacks[i]); in txg_fini()
300 tx_cpu_t *tc = &tx->tx_cpu[CPU_SEQID]; in txg_hold_open()
368 mutex_enter(&tx->tx_cpu[c].tc_open_lock); in txg_quiesce()
382 mutex_exit(&tx->tx_cpu[c].tc_open_lock); in txg_quiesce()
388 tx_cpu_t *tc = &tx->tx_cpu[c]; in txg_quiesce()
[all …]
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dtxg_impl.h70 struct tx_cpu { struct
91 tx_cpu_t *tx_cpu; /* protects access to tx_open_txg */ member
H A Dtxg.h48 typedef struct tx_cpu tx_cpu_t;