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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dtxg_impl.h91 tx_cpu_t *tx_cpu; /* protects access to tx_open_txg */
H A Dtxg.h48 typedef struct tx_cpu tx_cpu_t; typedef in typeref:struct:tx_cpu
51 tx_cpu_t *th_cpu;
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dtxg.c128 tx->tx_cpu = kmem_zalloc(max_ncpus * sizeof (tx_cpu_t), KM_SLEEP);
189 kmem_free(tx->tx_cpu, max_ncpus * sizeof (tx_cpu_t));
299 tx_cpu_t *tc = &tx->tx_cpu[CPU_SEQID];
318 tx_cpu_t *tc = th->th_cpu;
327 tx_cpu_t *tc = th->th_cpu;
338 tx_cpu_t *tc = th->th_cpu;
387 tx_cpu_t *tc = &tx->tx_cpu[c];
421 tx_cpu_t *tc = &tx->tx_cpu[c];
423 * No need to lock tx_cpu_t at this point, since this can

Completed in 189 milliseconds