Home
last modified time | relevance | path

Searched refs:TXG_STATE_OPEN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_stats.c225 case TXG_STATE_OPEN: state = 'O'; break; in spa_txg_history_show()
233 if (sth->times[TXG_STATE_OPEN]) in spa_txg_history_show()
234 open = sth->times[TXG_STATE_OPEN] - in spa_txg_history_show()
239 sth->times[TXG_STATE_OPEN]; in spa_txg_history_show()
329 sth->state = TXG_STATE_OPEN; in spa_txg_history_add()
H A Dtxg.c414 spa_txg_history_set(dp->dp_spa, txg, TXG_STATE_OPEN, tx_open_time); in txg_quiesce()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa.h917 TXG_STATE_OPEN = 1, enumerator