Searched refs:ZAP_HISTOGRAM_SIZE (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | zap.h | 428 #define ZAP_HISTOGRAM_SIZE 10 macro 478 uint64_t zs_leafs_with_2n_pointers[ZAP_HISTOGRAM_SIZE]; 487 uint64_t zs_blocks_with_n5_entries[ZAP_HISTOGRAM_SIZE]; 493 uint64_t zs_blocks_n_tenths_full[ZAP_HISTOGRAM_SIZE]; 500 uint64_t zs_entries_using_n_chunks[ZAP_HISTOGRAM_SIZE]; 508 uint64_t zs_buckets_with_n_entries[ZAP_HISTOGRAM_SIZE];
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | zap_leaf.c | 803 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats() 808 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats() 814 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats() 828 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats() 836 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 1129 dump_histogram(zs.zs_leafs_with_2n_pointers, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 1132 dump_histogram(zs.zs_blocks_with_n5_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 1135 dump_histogram(zs.zs_blocks_n_tenths_full, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 1138 dump_histogram(zs.zs_entries_using_n_chunks, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 1141 dump_histogram(zs.zs_buckets_with_n_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
|