Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_stats.c400 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()
H A Dtxg.c600 txg_stat_t *ts = spa_txg_history_init_io(spa, txg, dp); in txg_sync_thread()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa.h959 } txg_stat_t; typedef
998 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 *);