Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dddt.h146 ddt_histogram_t ddt_histogram[DDT_TYPES][DDT_CLASSES];
147 ddt_histogram_t ddt_histogram_cache[DDT_TYPES][DDT_CLASSES];
213 extern void ddt_histogram_add(ddt_histogram_t *dst, const ddt_histogram_t *src);
214 extern void ddt_histogram_stat(ddt_stat_t *dds, const ddt_histogram_t *ddh);
215 extern boolean_t ddt_histogram_empty(const ddt_histogram_t *ddh);
217 extern void ddt_get_dedup_histogram(spa_t *spa, ddt_histogram_t *ddh);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dddt.c80 sizeof (uint64_t), sizeof (ddt_histogram_t) / sizeof (uint64_t), in ddt_object_create()
124 sizeof (uint64_t), sizeof (ddt_histogram_t) / sizeof (uint64_t), in ddt_object_load()
159 sizeof (uint64_t), sizeof (ddt_histogram_t) / sizeof (uint64_t), in ddt_object_sync()
434 ddt_histogram_t *ddh; in ddt_stat_update()
448 ddt_histogram_add(ddt_histogram_t *dst, const ddt_histogram_t *src) in ddt_histogram_add()
455 ddt_histogram_stat(ddt_stat_t *dds, const ddt_histogram_t *ddh) in ddt_histogram_stat()
464 ddt_histogram_empty(const ddt_histogram_t *ddh) in ddt_histogram_empty()
502 ddt_get_dedup_histogram(spa_t *spa, ddt_histogram_t *ddh) in ddt_get_dedup_histogram()
519 ddt_histogram_t *ddh_total; in ddt_get_dedup_stats()
521 ddh_total = kmem_zalloc(sizeof (ddt_histogram_t), KM_SLEEP); in ddt_get_dedup_stats()
[all …]
H A Dspa_config.c508 ddt_histogram_t *ddh; in spa_config_generate()
512 ddh = kmem_zalloc(sizeof (ddt_histogram_t), KM_SLEEP); in spa_config_generate()
517 kmem_free(ddh, sizeof (ddt_histogram_t)); in spa_config_generate()
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzutil.h143 extern void zpool_dump_ddt(const ddt_stat_t *, const ddt_histogram_t *);
/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_pool.c68 zpool_dump_ddt(const ddt_stat_t *dds_total, const ddt_histogram_t *ddh) in zpool_dump_ddt()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h1192 } ddt_histogram_t; typedef
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c1975 ddt_histogram_t ddh_total; in dump_all_ddts()
6556 ddt_histogram_t ddh_total; in dump_simulated_ddt()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c7869 ddt_histogram_t *ddh; in print_dedup_stats()
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi1469 …<typedef-decl name='ddt_histogram_t' type-id='type-id-112' filepath='../../include/sys/fs/zfs.h' l…