Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dddt.h316 ddt_histogram_t ddt_histogram[DDT_TYPES][DDT_CLASSES];
317 ddt_histogram_t ddt_histogram_cache[DDT_TYPES][DDT_CLASSES];
320 ddt_histogram_t ddt_log_histogram;
360 extern void ddt_histogram_add_entry(ddt_t *ddt, ddt_histogram_t *ddh,
362 extern void ddt_histogram_sub_entry(ddt_t *ddt, ddt_histogram_t *ddh,
365 extern void ddt_histogram_add(ddt_histogram_t *dst, const ddt_histogram_t *src);
366 extern void ddt_histogram_total(ddt_stat_t *dds, const ddt_histogram_t *ddh);
367 extern boolean_t ddt_histogram_empty(const ddt_histogram_t *ddh);
371 extern void ddt_get_dedup_histogram(spa_t *spa, ddt_histogram_t *ddh);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt_stats.c113 ddt_histogram_add_entry(ddt_t *ddt, ddt_histogram_t *ddh, in ddt_histogram_add_entry()
129 ddt_histogram_sub_entry(ddt_t *ddt, ddt_histogram_t *ddh, in ddt_histogram_sub_entry()
145 ddt_histogram_add(ddt_histogram_t *dst, const ddt_histogram_t *src) in ddt_histogram_add()
152 ddt_histogram_total(ddt_stat_t *dds, const ddt_histogram_t *ddh) in ddt_histogram_total()
161 ddt_histogram_empty(const ddt_histogram_t *ddh) in ddt_histogram_empty()
254 ddt_get_dedup_histogram(spa_t *spa, ddt_histogram_t *ddh) in ddt_get_dedup_histogram()
276 ddt_histogram_t *ddh_total; in ddt_get_dedup_stats()
278 ddh_total = kmem_zalloc(sizeof (ddt_histogram_t), KM_SLEEP); in ddt_get_dedup_stats()
281 kmem_free(ddh_total, sizeof (ddt_histogram_t)); in ddt_get_dedup_stats()
H A Dspa_config.c440 ddt_histogram_t *ddh; in spa_config_generate()
444 ddh = kmem_zalloc(sizeof (ddt_histogram_t), KM_SLEEP); in spa_config_generate()
449 kmem_free(ddh, sizeof (ddt_histogram_t)); in spa_config_generate()
H A Dddt.c410 sizeof (uint64_t), sizeof (ddt_histogram_t) / sizeof (uint64_t), in ddt_object_create()
466 sizeof (uint64_t), sizeof (ddt_histogram_t) / sizeof (uint64_t), in ddt_object_load()
501 sizeof (uint64_t), sizeof (ddt_histogram_t) / sizeof (uint64_t), in ddt_object_sync()
1353 ddt_histogram_t *ddh = in ddt_lookup()
2027 ddt_histogram_t *ddh = in ddt_sync_flush_entry()
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_pool.c70 zpool_dump_ddt(const ddt_stat_t *dds_total, const ddt_histogram_t *ddh) in zpool_dump_ddt()
/freebsd/sys/contrib/openzfs/include/
H A Dlibzutil.h169 _LIBZUTIL_H void zpool_dump_ddt(const ddt_stat_t *, const ddt_histogram_t *);
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1411 } ddt_histogram_t; typedef
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2170 ddt_histogram_t ddh_total = {{{0}}}; in dump_all_ddts()
7599 ddt_histogram_t ddh_total = {{{0}}}; in dump_simulated_ddt()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c9664 ddt_histogram_t *ddh; in dedup_stats_nvlist()
10382 ddt_histogram_t *ddh; in print_dedup_stats()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi9525 <typedef-decl name='ddt_histogram_t' type-id='bc2b3086' id='2d7fe832'/>