Searched defs:ZAP_HISTOGRAM_SIZE (Results 1 - 1 of 1) 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];

Completed in 62 milliseconds