Home
last modified time | relevance | path

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

/f-stack/freebsd/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];
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap_leaf.c813 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats()
818 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats()
824 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats()
838 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats()
846 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c1007 dump_histogram(zs.zs_leafs_with_2n_pointers, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
1010 dump_histogram(zs.zs_blocks_with_n5_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
1013 dump_histogram(zs.zs_blocks_n_tenths_full, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
1016 dump_histogram(zs.zs_entries_using_n_chunks, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
1019 dump_histogram(zs.zs_buckets_with_n_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()