Home
last modified time | relevance | path

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

/illumos-gate/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 */
95 uint64_t tx_quiescing_txg; /* currently quiescing txg id */
119 } tx_state_t; argument
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena.c1613 ena_txq_state_t tx_state[ena->ena_num_txqs]; in ena_reset() local
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c1655 uint32_t tx_state; in dmfe_tick_stall_check() local