Home
last modified time | relevance | path

Searched defs:tx_state (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dtxg_impl.h90 typedef struct tx_state { struct
91 tx_cpu_t *tx_cpu; /* protects access to tx_open_txg */
92 kmutex_t tx_sync_lock; /* protects the rest of this struct */
94 uint64_t tx_open_txg; /* currently open txg id */
95 uint64_t tx_quiescing_txg; /* currently quiescing txg id */
119 } tx_state_t; argument