Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDddt.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);
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDddt.c81 sizeof (uint64_t), sizeof (ddt_histogram_t) / sizeof (uint64_t), in ddt_object_create()
125 sizeof (uint64_t), sizeof (ddt_histogram_t) / sizeof (uint64_t), in ddt_object_load()
160 sizeof (uint64_t), sizeof (ddt_histogram_t) / sizeof (uint64_t), in ddt_object_sync()
435 ddt_histogram_t *ddh; in ddt_stat_update()
449 ddt_histogram_add(ddt_histogram_t *dst, const ddt_histogram_t *src) in ddt_histogram_add()
456 ddt_histogram_stat(ddt_stat_t *dds, const ddt_histogram_t *ddh) in ddt_histogram_stat()
465 ddt_histogram_empty(const ddt_histogram_t *ddh) in ddt_histogram_empty()
503 ddt_get_dedup_histogram(spa_t *spa, ddt_histogram_t *ddh) in ddt_get_dedup_histogram()
520 ddt_histogram_t *ddh_total; in ddt_get_dedup_stats()
522 ddh_total = kmem_zalloc(sizeof (ddt_histogram_t), KM_SLEEP); in ddt_get_dedup_stats()
[all …]
HDspa_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()
/freebsd-14-stable/sys/contrib/openzfs/lib/libzutil/
HDzutil_pool.c69 zpool_dump_ddt(const ddt_stat_t *dds_total, const ddt_histogram_t *ddh) in zpool_dump_ddt()
/freebsd-14-stable/sys/contrib/openzfs/include/
HDlibzutil.h166 _LIBZUTIL_H void zpool_dump_ddt(const ddt_stat_t *, const ddt_histogram_t *);
/freebsd-14-stable/sys/contrib/openzfs/include/sys/fs/
HDzfs.h1332 } ddt_histogram_t; typedef
/freebsd-14-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c2121 ddt_histogram_t ddh_total = {{{0}}}; in dump_all_ddts()
7353 ddt_histogram_t ddh_total = {{{0}}}; in dump_simulated_ddt()
/freebsd-14-stable/sys/contrib/openzfs/cmd/zpool/
HDzpool_main.c8564 ddt_histogram_t *ddh; in print_dedup_stats()
/freebsd-14-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs.abi8769 <typedef-decl name='ddt_histogram_t' type-id='bc2b3086' id='2d7fe832'/>