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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dtxg_impl.h45 tx_cpu_t *tx_cpu; /* protects right to enter 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-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dtxg.c52 tx->tx_cpu = kmem_zalloc(max_ncpus * sizeof (tx_cpu_t), KM_SLEEP);
110 kmem_free(tx->tx_cpu, max_ncpus * sizeof (tx_cpu_t));
220 tx_cpu_t *tc = &tx->tx_cpu[CPU_SEQID];
237 tx_cpu_t *tc = th->th_cpu;
245 tx_cpu_t *tc = th->th_cpu;
256 tx_cpu_t *tc = th->th_cpu;
295 tx_cpu_t *tc = &tx->tx_cpu[c];
324 tx_cpu_t *tc = &tx->tx_cpu[c];
325 /* No need to lock tx_cpu_t at this point */

Completed in 112 milliseconds