Home
last modified time | relevance | path

Searched refs:th_cpu (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtxg.c310 th->th_cpu = tc; in txg_hold_open()
319 tx_cpu_t *tc = th->th_cpu; in txg_rele_to_quiesce()
328 tx_cpu_t *tc = th->th_cpu; in txg_register_callbacks()
339 tx_cpu_t *tc = th->th_cpu; in txg_rele_to_sync()
348 th->th_cpu = NULL; /* defensive */ in txg_rele_to_sync()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dtxg.h51 tx_cpu_t *th_cpu; member