Lines Matching refs:txg
195 uint64_t txg; /* txg id */ member
251 (longlong_t)sth->txg, sth->times[TXG_STATE_BIRTH], state, in spa_txg_history_show()
319 spa_txg_history_add(spa_t *spa, uint64_t txg, hrtime_t birth_time) in spa_txg_history_add() argument
328 sth->txg = txg; in spa_txg_history_add()
343 spa_txg_history_set(spa_t *spa, uint64_t txg, txg_state_t completed_state, in spa_txg_history_set() argument
356 if (sth->txg == txg) { in spa_txg_history_set()
372 spa_txg_history_set_io(spa_t *spa, uint64_t txg, uint64_t nread, in spa_txg_history_set_io() argument
385 if (sth->txg == txg) { in spa_txg_history_set_io()
401 spa_txg_history_init_io(spa_t *spa, uint64_t txg, dsl_pool_t *dp) in spa_txg_history_init_io() argument
414 ts->txg = txg; in spa_txg_history_init_io()
415 ts->ndirty = dp->dp_dirty_pertxg[txg & TXG_MASK]; in spa_txg_history_init_io()
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()
438 spa_txg_history_set_io(spa, ts->txg, in spa_txg_history_fini_io()
573 uint64_t txg; /* txg of last sync */ member
604 (u_longlong_t)smh->mmp_node_id, (u_longlong_t)smh->txg, in spa_mmp_history_show()
739 spa_mmp_history_add(spa_t *spa, uint64_t txg, uint64_t timestamp, in spa_mmp_history_add() argument
750 smh->txg = txg; in spa_mmp_history_add()