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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg_impl.h61 * The tc_open_lock protects the tx_open_txg member of the tx_state structure.
80 * The tx_state structure maintains the state information about the different
81 * stages of the pool's transcation groups. A per pool tx_state structure
82 * is used to track this information. The tx_state structure also points to
90 typedef struct tx_state { struct
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c1655 uint32_t tx_state; local
1683 tx_state = TX_PROCESS_STATE(istat);
1685 limit = stall_100_tix[tx_state];
1687 limit = stall_10_tix[tx_state];
1693 dmfep->tx_pending_tix, tx_state);

Completed in 49 milliseconds