Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_stats.c224 case TXG_STATE_OPEN: state = 'O'; break; in spa_txg_history_show()
232 if (sth->times[TXG_STATE_OPEN]) in spa_txg_history_show()
233 open = sth->times[TXG_STATE_OPEN] - in spa_txg_history_show()
238 sth->times[TXG_STATE_OPEN]; in spa_txg_history_show()
328 sth->state = TXG_STATE_OPEN; in spa_txg_history_add()
H A Dtxg.c392 spa_txg_history_set(dp->dp_spa, txg, TXG_STATE_OPEN, tx_open_time); in txg_quiesce()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h921 TXG_STATE_OPEN = 1, enumerator