Searched refs:ZAP_HISTOGRAM_SIZE (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zap.h | 501 #define ZAP_HISTOGRAM_SIZE 10 macro 551 uint64_t zs_leafs_with_2n_pointers[ZAP_HISTOGRAM_SIZE]; 560 uint64_t zs_blocks_with_n5_entries[ZAP_HISTOGRAM_SIZE]; 566 uint64_t zs_blocks_n_tenths_full[ZAP_HISTOGRAM_SIZE]; 573 uint64_t zs_entries_using_n_chunks[ZAP_HISTOGRAM_SIZE]; 581 uint64_t zs_buckets_with_n_entries[ZAP_HISTOGRAM_SIZE];
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zap_leaf.c | 812 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats() 817 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats() 823 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats() 837 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats() 845 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats()
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 1074 dump_histogram(zs.zs_leafs_with_2n_pointers, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 1077 dump_histogram(zs.zs_blocks_with_n5_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 1080 dump_histogram(zs.zs_blocks_n_tenths_full, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 1083 dump_histogram(zs.zs_entries_using_n_chunks, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 1086 dump_histogram(zs.zs_buckets_with_n_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
|