Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDspa_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()
HDtxg.c598 txg_stat_t *ts = spa_txg_history_init_io(spa, txg, dp); in txg_sync_thread()
/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDspa.h916 } txg_stat_t; typedef
947 extern txg_stat_t *spa_txg_history_init_io(spa_t *, uint64_t,
949 extern void spa_txg_history_fini_io(spa_t *, txg_stat_t *);