Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dddt.h132 ddt_histogram_t ddt_histogram[DDT_TYPES][DDT_CLASSES];
133 ddt_histogram_t ddt_histogram_cache[DDT_TYPES][DDT_CLASSES];
199 extern void ddt_histogram_add(ddt_histogram_t *dst, const ddt_histogram_t *src);
200 extern void ddt_histogram_stat(ddt_stat_t *dds, const ddt_histogram_t *ddh);
201 extern boolean_t ddt_histogram_empty(const ddt_histogram_t *ddh);
203 extern void ddt_get_dedup_histogram(spa_t *spa, ddt_histogram_t *ddh);
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dddt.c75 sizeof (uint64_t), sizeof (ddt_histogram_t) / sizeof (uint64_t), in ddt_object_create()
118 sizeof (uint64_t), sizeof (ddt_histogram_t) / sizeof (uint64_t), in ddt_object_load()
144 sizeof (uint64_t), sizeof (ddt_histogram_t) / sizeof (uint64_t), in ddt_object_sync()
400 ddt_histogram_t *ddh; in ddt_stat_update()
414 ddt_histogram_add(ddt_histogram_t *dst, const ddt_histogram_t *src) in ddt_histogram_add()
421 ddt_histogram_stat(ddt_stat_t *dds, const ddt_histogram_t *ddh) in ddt_histogram_stat()
430 ddt_histogram_empty(const ddt_histogram_t *ddh) in ddt_histogram_empty()
468 ddt_get_dedup_histogram(spa_t *spa, ddt_histogram_t *ddh) in ddt_get_dedup_histogram()
485 ddt_histogram_t *ddh_total; in ddt_get_dedup_stats()
487 ddh_total = kmem_zalloc(sizeof (ddt_histogram_t), KM_SLEEP); in ddt_get_dedup_stats()
[all …]
H A Dspa_config.c464 ddt_histogram_t *ddh; in spa_config_generate()
468 ddh = kmem_zalloc(sizeof (ddt_histogram_t), KM_SLEEP); in spa_config_generate()
473 kmem_free(ddh, sizeof (ddt_histogram_t)); in spa_config_generate()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c421 zpool_dump_ddt(const ddt_stat_t *dds_total, const ddt_histogram_t *ddh) in zpool_dump_ddt()
H A Dlibzfs.h334 extern void zpool_dump_ddt(const ddt_stat_t *dds, const ddt_histogram_t *ddh);
/titanic_41/usr/src/uts/common/sys/fs/
H A Dzfs.h770 } ddt_histogram_t; typedef
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c974 ddt_histogram_t ddh_total = { 0 }; in dump_all_ddts()
2943 ddt_histogram_t ddh_total = { 0 }; in dump_simulated_ddt()
/titanic_41/usr/src/cmd/zpool/
H A Dzpool_main.c3942 ddt_histogram_t *ddh; in print_dedup_stats()