Searched defs:tx_cpu (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg_impl.h42 * The tx_cpu structure is a per-cpu structure that is used to track
48 * tx_cpu structures have reached a tc_count of zero.
56 * The tx_cpu contains two locks, the tc_lock and tc_open_lock.
57 * The tc_lock is used to protect all members of the tx_cpu structure with
70 struct tx_cpu { struct
83 * an array of tx_cpu structures (described above). Although the tx_sync_lock
85 * protect the tx_open_txg. Instead a special lock in the tx_cpu structure
91 tx_cpu_t *tx_cpu; /* protects access to tx_open_txg */ member in struct:tx_state

Completed in 57 milliseconds