Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Dzap.h415 #define ZAP_HISTOGRAM_SIZE 10 macro
465 uint64_t zs_leafs_with_2n_pointers[ZAP_HISTOGRAM_SIZE];
474 uint64_t zs_blocks_with_n5_entries[ZAP_HISTOGRAM_SIZE];
480 uint64_t zs_blocks_n_tenths_full[ZAP_HISTOGRAM_SIZE];
487 uint64_t zs_entries_using_n_chunks[ZAP_HISTOGRAM_SIZE];
495 uint64_t zs_buckets_with_n_entries[ZAP_HISTOGRAM_SIZE];
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c811 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats()
816 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats()
822 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats()
836 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats()
844 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats()
/freebsd-13.1/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1037 dump_histogram(zs.zs_leafs_with_2n_pointers, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
1040 dump_histogram(zs.zs_blocks_with_n5_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
1043 dump_histogram(zs.zs_blocks_n_tenths_full, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
1046 dump_histogram(zs.zs_entries_using_n_chunks, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
1049 dump_histogram(zs.zs_buckets_with_n_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()