OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tx_cpu_t
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
txg_impl.h
91
tx_cpu_t
*tx_cpu; /* protects access to tx_open_txg */
txg.h
48
typedef struct tx_cpu
tx_cpu_t
;
typedef in typeref:struct:tx_cpu
51
tx_cpu_t
*th_cpu;
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
txg.c
128
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 48 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026