Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_stats.c225 case TXG_STATE_QUIESCED: state = 'Q'; break; in spa_txg_history_show()
236 if (sth->times[TXG_STATE_QUIESCED]) in spa_txg_history_show()
237 quiesce = sth->times[TXG_STATE_QUIESCED] - in spa_txg_history_show()
242 sth->times[TXG_STATE_QUIESCED]; in spa_txg_history_show()
H A Dtxg.c406 spa_txg_history_set(dp->dp_spa, txg, TXG_STATE_QUIESCED, gethrtime()); in txg_quiesce()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h922 TXG_STATE_QUIESCED = 2, enumerator