Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dtxg.h49 typedef struct tx_cpu tx_cpu_t; typedef
52 tx_cpu_t *th_cpu;
H A Dtxg_impl.h90 tx_cpu_t *tx_cpu; /* protects access to tx_open_txg */
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dtxg.c126 tx->tx_cpu = vmem_zalloc(max_ncpus * sizeof (tx_cpu_t), KM_SLEEP); in txg_init()
187 vmem_free(tx->tx_cpu, max_ncpus * sizeof (tx_cpu_t)); in txg_fini()
320 tx_cpu_t *tc; in txg_hold_open()
347 tx_cpu_t *tc = th->th_cpu; in txg_rele_to_quiesce()
356 tx_cpu_t *tc = th->th_cpu; in txg_register_callbacks()
367 tx_cpu_t *tc = th->th_cpu; in txg_rele_to_sync()
421 tx_cpu_t *tc = &tx->tx_cpu[c]; in txg_quiesce()
455 tx_cpu_t *tc = &tx->tx_cpu[c]; in txg_dispatch_callbacks()