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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dspa_stats.c203 } spa_txg_history_t; typedef in typeref:struct:spa_txg_history
218 spa_txg_history_t *sth = (spa_txg_history_t *)data;
264 spa_txg_history_t *sth;
268 kmem_free(sth, sizeof (spa_txg_history_t));
302 offsetof(spa_txg_history_t, sth_node));
321 spa_txg_history_t *sth;
326 sth = kmem_zalloc(sizeof (spa_txg_history_t), KM_SLEEP);
346 spa_txg_history_t *sth;
375 spa_txg_history_t *st
[all...]

Completed in 107 milliseconds