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.c399 txg_stat_t *
402 txg_stat_t *ts; in spa_txg_history_init_io()
407 ts = kmem_alloc(sizeof (txg_stat_t), KM_SLEEP); in spa_txg_history_init_io()
422 spa_txg_history_fini_io(spa_t *spa, txg_stat_t *ts) in spa_txg_history_fini_io()
428 kmem_free(ts, sizeof (txg_stat_t)); in spa_txg_history_fini_io()
444 kmem_free(ts, sizeof (txg_stat_t)); in spa_txg_history_fini_io()
H A Dtxg.c598 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.h926 } txg_stat_t; typedef
957 extern txg_stat_t *spa_txg_history_init_io(spa_t *, uint64_t,
959 extern void spa_txg_history_fini_io(spa_t *, txg_stat_t *);