Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dtxg.c309 th->th_cpu = tc; in txg_hold_open()
318 tx_cpu_t *tc = th->th_cpu; in txg_rele_to_quiesce()
327 tx_cpu_t *tc = th->th_cpu; in txg_register_callbacks()
338 tx_cpu_t *tc = th->th_cpu; in txg_rele_to_sync()
347 th->th_cpu = NULL; /* defensive */ in txg_rele_to_sync()
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Dtxg.h51 tx_cpu_t *th_cpu; member