Searched refs:ddh_total (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | ddt_stats.c | 276 ddt_histogram_t *ddh_total; in ddt_get_dedup_stats() local 278 ddh_total = kmem_zalloc(sizeof (ddt_histogram_t), KM_SLEEP); in ddt_get_dedup_stats() 279 ddt_get_dedup_histogram(spa, ddh_total); in ddt_get_dedup_stats() 280 ddt_histogram_total(dds_total, ddh_total); in ddt_get_dedup_stats() 281 kmem_free(ddh_total, sizeof (ddt_histogram_t)); in ddt_get_dedup_stats()
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 2207 ddt_histogram_t ddh_total = {{{0}}}; in dump_all_ddts() local 2224 ddt_get_dedup_histogram(spa, &ddh_total); in dump_all_ddts() 2225 zpool_dump_ddt(&dds_total, &ddh_total, dump_opt['P'] > 0); in dump_all_ddts() 8084 ddt_histogram_t ddh_total = {{{0}}}; in dump_simulated_ddt() local 8101 ddt_stat_t *dds = &ddh_total.ddh_stat[highbit64(refcnt) - 1]; in dump_simulated_ddt() 8118 ddt_histogram_total(&dds_total, &ddh_total); in dump_simulated_ddt() 8122 zpool_dump_ddt(&dds_total, &ddh_total, dump_opt['P'] > 0); in dump_simulated_ddt()
|