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.h318 ddt_histogram_t ddt_histogram[DDT_TYPES][DDT_CLASSES];
319 ddt_histogram_t ddt_histogram_cache[DDT_TYPES][DDT_CLASSES];
322 ddt_histogram_t ddt_log_histogram;
358 extern void ddt_histogram_add_entry(ddt_t *ddt, ddt_histogram_t *ddh,
360 extern void ddt_histogram_sub_entry(ddt_t *ddt, ddt_histogram_t *ddh,
363 extern void ddt_histogram_add(ddt_histogram_t *dst, const ddt_histogram_t *src);
364 extern void ddt_histogram_total(ddt_stat_t *dds, const ddt_histogram_t *ddh);
365 extern boolean_t ddt_histogram_empty(const ddt_histogram_t *ddh);
369 extern void ddt_get_dedup_histogram(spa_t *spa, ddt_histogram_t *ddh);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt_stats.c112 ddt_histogram_add_entry(ddt_t *ddt, ddt_histogram_t *ddh, in ddt_histogram_add_entry()
128 ddt_histogram_sub_entry(ddt_t *ddt, ddt_histogram_t *ddh, in ddt_histogram_sub_entry()
144 ddt_histogram_add(ddt_histogram_t *dst, const ddt_histogram_t *src) in ddt_histogram_add()
151 ddt_histogram_total(ddt_stat_t *dds, const ddt_histogram_t *ddh) in ddt_histogram_total()
160 ddt_histogram_empty(const ddt_histogram_t *ddh) in ddt_histogram_empty()
253 ddt_get_dedup_histogram(spa_t *spa, ddt_histogram_t *ddh) in ddt_get_dedup_histogram()
275 ddt_histogram_t *ddh_total; in ddt_get_dedup_stats()
277 ddh_total = kmem_zalloc(sizeof (ddt_histogram_t), KM_SLEEP); in ddt_get_dedup_stats()
280 kmem_free(ddh_total, sizeof (ddt_histogram_t)); in ddt_get_dedup_stats()
H A Dspa_config.c528 ddt_histogram_t *ddh; in spa_config_generate()
532 ddh = kmem_zalloc(sizeof (ddt_histogram_t), KM_SLEEP); in spa_config_generate()
537 kmem_free(ddh, sizeof (ddt_histogram_t)); in spa_config_generate()
H A Dddt.c389 sizeof (uint64_t), sizeof (ddt_histogram_t) / sizeof (uint64_t), in ddt_object_create()
445 sizeof (uint64_t), sizeof (ddt_histogram_t) / sizeof (uint64_t), in ddt_object_load()
480 sizeof (uint64_t), sizeof (ddt_histogram_t) / sizeof (uint64_t), in ddt_object_sync()
1299 ddt_histogram_t *ddh = in ddt_lookup()
1970 ddt_histogram_t *ddh = in ddt_sync_flush_entry()
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_pool.c69 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.h168 _LIBZUTIL_H void zpool_dump_ddt(const ddt_stat_t *, const ddt_histogram_t *);
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1383 } ddt_histogram_t; typedef
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2120 ddt_histogram_t ddh_total = {{{0}}}; in dump_all_ddts()
7499 ddt_histogram_t ddh_total = {{{0}}}; in dump_simulated_ddt()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c9592 ddt_histogram_t *ddh; in dedup_stats_nvlist()
10310 ddt_histogram_t *ddh; in print_dedup_stats()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi9284 <typedef-decl name='ddt_histogram_t' type-id='bc2b3086' id='2d7fe832'/>