Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_stats.c226 case TXG_STATE_QUIESCED: state = 'Q'; break; in spa_txg_history_show()
237 if (sth->times[TXG_STATE_QUIESCED]) in spa_txg_history_show()
238 quiesce = sth->times[TXG_STATE_QUIESCED] - in spa_txg_history_show()
243 sth->times[TXG_STATE_QUIESCED]; in spa_txg_history_show()
H A Dtxg.c429 spa_txg_history_set(dp->dp_spa, txg, TXG_STATE_QUIESCED, gethrtime()); in txg_quiesce()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa.h918 TXG_STATE_QUIESCED = 2, enumerator