Home
last modified time | relevance | path

Searched refs:ZAP_HISTOGRAM_SIZE (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/openzfs/include/sys/
H A Dzap.h449 #define ZAP_HISTOGRAM_SIZE 10 macro
499 uint64_t zs_leafs_with_2n_pointers[ZAP_HISTOGRAM_SIZE];
508 uint64_t zs_blocks_with_n5_entries[ZAP_HISTOGRAM_SIZE];
514 uint64_t zs_blocks_n_tenths_full[ZAP_HISTOGRAM_SIZE];
521 uint64_t zs_entries_using_n_chunks[ZAP_HISTOGRAM_SIZE];
529 uint64_t zs_buckets_with_n_entries[ZAP_HISTOGRAM_SIZE];
/src/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c822 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats()
827 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats()
833 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats()
847 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats()
855 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats()
/src/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1062 dump_histogram(zs.zs_leafs_with_2n_pointers, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
1065 dump_histogram(zs.zs_blocks_with_n5_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
1068 dump_histogram(zs.zs_blocks_n_tenths_full, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
1071 dump_histogram(zs.zs_entries_using_n_chunks, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
1074 dump_histogram(zs.zs_buckets_with_n_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()