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.h401 #define ZAP_HISTOGRAM_SIZE 10 macro
441 * (ZAP_HISTOGRAM_SIZE-1) includes any values which are greater
443 * zs_leafs_with_n5_entries[ZAP_HISTOGRAM_SIZE-1] is the number
451 uint64_t zs_leafs_with_2n_pointers[ZAP_HISTOGRAM_SIZE];
460 uint64_t zs_blocks_with_n5_entries[ZAP_HISTOGRAM_SIZE];
466 uint64_t zs_blocks_n_tenths_full[ZAP_HISTOGRAM_SIZE];
473 uint64_t zs_entries_using_n_chunks[ZAP_HISTOGRAM_SIZE];
481 uint64_t zs_buckets_with_n_entries[ZAP_HISTOGRAM_SIZE];
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c848 n = MIN(n, ZAP_HISTOGRAM_SIZE-1);
853 n = MIN(n, ZAP_HISTOGRAM_SIZE-1);
859 n = MIN(n, ZAP_HISTOGRAM_SIZE-1);
873 n = MIN(n, ZAP_HISTOGRAM_SIZE-1);
881 n = MIN(n, ZAP_HISTOGRAM_SIZE-1);
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c351 dump_histogram(zs.zs_leafs_with_2n_pointers, ZAP_HISTOGRAM_SIZE, 0);
354 dump_histogram(zs.zs_blocks_with_n5_entries, ZAP_HISTOGRAM_SIZE, 0);
357 dump_histogram(zs.zs_blocks_n_tenths_full, ZAP_HISTOGRAM_SIZE, 0);
360 dump_histogram(zs.zs_entries_using_n_chunks, ZAP_HISTOGRAM_SIZE, 0);
363 dump_histogram(zs.zs_buckets_with_n_entries, ZAP_HISTOGRAM_SIZE, 0);

Completed in 55 milliseconds