Searched defs:tx_state (Results 1 – 2 of 2) sorted by relevance
90 typedef struct tx_state { struct91 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 */118 } tx_state_t; argument
1655 uint32_t tx_state; in dmfe_tick_stall_check() local