Searched refs:ZAP_HISTOGRAM_SIZE (Results 1 – 3 of 3) sorted by relevance
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
H A D | zap.h | 406 #define ZAP_HISTOGRAM_SIZE 10 macro 456 uint64_t zs_leafs_with_2n_pointers[ZAP_HISTOGRAM_SIZE]; 465 uint64_t zs_blocks_with_n5_entries[ZAP_HISTOGRAM_SIZE]; 471 uint64_t zs_blocks_n_tenths_full[ZAP_HISTOGRAM_SIZE]; 478 uint64_t zs_entries_using_n_chunks[ZAP_HISTOGRAM_SIZE]; 486 uint64_t zs_buckets_with_n_entries[ZAP_HISTOGRAM_SIZE];
|
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zap_leaf.c | 848 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats() 853 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats() 859 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats() 873 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats() 881 n = MIN(n, ZAP_HISTOGRAM_SIZE-1); in zap_leaf_stats()
|
/netbsd/external/cddl/osnet/dist/cmd/zdb/ |
H A D | zdb.c | 346 dump_histogram(zs.zs_leafs_with_2n_pointers, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 349 dump_histogram(zs.zs_blocks_with_n5_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 352 dump_histogram(zs.zs_blocks_n_tenths_full, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 355 dump_histogram(zs.zs_entries_using_n_chunks, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 358 dump_histogram(zs.zs_buckets_with_n_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
|