Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_stats.c204 } spa_txg_history_t; typedef
219 spa_txg_history_t *sth = (spa_txg_history_t *)data; in spa_txg_history_show()
265 spa_txg_history_t *sth; in spa_txg_history_truncate()
269 kmem_free(sth, sizeof (spa_txg_history_t)); in spa_txg_history_truncate()
303 offsetof(spa_txg_history_t, sth_node)); in spa_txg_history_init()
322 spa_txg_history_t *sth; in spa_txg_history_add()
327 sth = kmem_zalloc(sizeof (spa_txg_history_t), KM_SLEEP); in spa_txg_history_add()
347 spa_txg_history_t *sth; in spa_txg_history_set()
376 spa_txg_history_t *sth; in spa_txg_history_set_io()