Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h48 typedef struct tx_cpu tx_cpu_t; typedef
51 tx_cpu_t *th_cpu;
H A Dtxg_impl.h91 tx_cpu_t *tx_cpu; /* protects access to tx_open_txg */
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dtxg.c123 tx->tx_cpu = kmem_zalloc(max_ncpus * sizeof (tx_cpu_t), KM_SLEEP); in txg_init()
184 kmem_free(tx->tx_cpu, max_ncpus * sizeof (tx_cpu_t)); in txg_fini()
295 tx_cpu_t *tc = &tx->tx_cpu[CPU_SEQID]; in txg_hold_open()
314 tx_cpu_t *tc = th->th_cpu; in txg_rele_to_quiesce()
323 tx_cpu_t *tc = th->th_cpu; in txg_register_callbacks()
334 tx_cpu_t *tc = th->th_cpu; in txg_rele_to_sync()
383 tx_cpu_t *tc = &tx->tx_cpu[c]; in txg_quiesce()
415 tx_cpu_t *tc = &tx->tx_cpu[c]; in txg_dispatch_callbacks()