HomeSort by: relevance | last modified time | path
    Searched refs:ZAP_HISTOGRAM_SIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zap.h 406 #define ZAP_HISTOGRAM_SIZE 10
446 * (ZAP_HISTOGRAM_SIZE-1) includes any values which are greater
448 * zs_leafs_with_n5_entries[ZAP_HISTOGRAM_SIZE-1] is the number
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];
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap_leaf.c 848 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);
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb.c 346 dump_histogram(zs.zs_leafs_with_2n_pointers, ZAP_HISTOGRAM_SIZE, 0);
349 dump_histogram(zs.zs_blocks_with_n5_entries, ZAP_HISTOGRAM_SIZE, 0);
352 dump_histogram(zs.zs_blocks_n_tenths_full, ZAP_HISTOGRAM_SIZE, 0);
355 dump_histogram(zs.zs_entries_using_n_chunks, ZAP_HISTOGRAM_SIZE, 0);
358 dump_histogram(zs.zs_buckets_with_n_entries, ZAP_HISTOGRAM_SIZE, 0);

Completed in 29 milliseconds