Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap.h412 #define ZAP_HISTOGRAM_SIZE 10 macro
462 uint64_t zs_leafs_with_2n_pointers[ZAP_HISTOGRAM_SIZE];
471 uint64_t zs_blocks_with_n5_entries[ZAP_HISTOGRAM_SIZE];
477 uint64_t zs_blocks_n_tenths_full[ZAP_HISTOGRAM_SIZE];
484 uint64_t zs_entries_using_n_chunks[ZAP_HISTOGRAM_SIZE];
492 uint64_t zs_buckets_with_n_entries[ZAP_HISTOGRAM_SIZE];
/illumos-gate/usr/src/uts/common/fs/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()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c377 dump_histogram(zs.zs_leafs_with_2n_pointers, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
380 dump_histogram(zs.zs_blocks_with_n5_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
383 dump_histogram(zs.zs_blocks_n_tenths_full, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
386 dump_histogram(zs.zs_entries_using_n_chunks, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
389 dump_histogram(zs.zs_buckets_with_n_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()