Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/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 */
118 } tx_state_t; argument
/titanic_44/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c1655 uint32_t tx_state; in dmfe_tick_stall_check() local