Home
last modified time | relevance | path

Searched refs:TXG_STATE_WAIT_FOR_SYNC (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_stats.c226 case TXG_STATE_WAIT_FOR_SYNC: state = 'W'; break; in spa_txg_history_show()
240 if (sth->times[TXG_STATE_WAIT_FOR_SYNC]) in spa_txg_history_show()
241 wait = sth->times[TXG_STATE_WAIT_FOR_SYNC] - in spa_txg_history_show()
246 sth->times[TXG_STATE_WAIT_FOR_SYNC]; in spa_txg_history_show()
416 spa_txg_history_set(spa, txg, TXG_STATE_WAIT_FOR_SYNC, gethrtime()); in spa_txg_history_init_io()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h923 TXG_STATE_WAIT_FOR_SYNC = 3, enumerator