Searched refs:ZAP_HISTOGRAM_SIZE (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zap.h | 449 #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];
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zap_leaf.c | 822 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()
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 1061 dump_histogram(zs.zs_leafs_with_2n_pointers, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 1064 dump_histogram(zs.zs_blocks_with_n5_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 1067 dump_histogram(zs.zs_blocks_n_tenths_full, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 1070 dump_histogram(zs.zs_entries_using_n_chunks, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 1073 dump_histogram(zs.zs_buckets_with_n_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
|