Searched refs:spa_txg_history_set (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_stats.c | 343 spa_txg_history_set(spa_t *spa, uint64_t txg, txg_state_t completed_state, in spa_txg_history_set() function 417 spa_txg_history_set(spa, txg, TXG_STATE_WAIT_FOR_SYNC, gethrtime()); in spa_txg_history_init_io() 437 spa_txg_history_set(spa, ts->txg, TXG_STATE_SYNCED, gethrtime()); in spa_txg_history_fini_io()
|
H A D | txg.c | 414 spa_txg_history_set(dp->dp_spa, txg, TXG_STATE_OPEN, tx_open_time); in txg_quiesce() 429 spa_txg_history_set(dp->dp_spa, txg, TXG_STATE_QUIESCED, gethrtime()); in txg_quiesce()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | spa.h | 966 extern int spa_txg_history_set(spa_t *spa, uint64_t txg,
|