Searched refs:txg_stat_t (Results 1 – 3 of 3) sorted by relevance
400 txg_stat_t *403 txg_stat_t *ts; in spa_txg_history_init_io()408 ts = kmem_alloc(sizeof (txg_stat_t), KM_SLEEP); in spa_txg_history_init_io()423 spa_txg_history_fini_io(spa_t *spa, txg_stat_t *ts) in spa_txg_history_fini_io()429 kmem_free(ts, sizeof (txg_stat_t)); in spa_txg_history_fini_io()445 kmem_free(ts, sizeof (txg_stat_t)); in spa_txg_history_fini_io()
600 txg_stat_t *ts = spa_txg_history_init_io(spa, txg, dp); in txg_sync_thread()
959 } txg_stat_t; typedef998 extern txg_stat_t *spa_txg_history_init_io(spa_t *, uint64_t,1000 extern void spa_txg_history_fini_io(spa_t *, txg_stat_t *);