Searched refs:ZAP_HISTOGRAM_SIZE (Results 1 – 3 of 3) sorted by relevance
| /titanic_53/usr/src/uts/common/fs/zfs/sys/ |
| H A D | zap.h | 394 #define ZAP_HISTOGRAM_SIZE 10 macro 444 uint64_t zs_leafs_with_2n_pointers[ZAP_HISTOGRAM_SIZE]; 453 uint64_t zs_blocks_with_n5_entries[ZAP_HISTOGRAM_SIZE]; 459 uint64_t zs_blocks_n_tenths_full[ZAP_HISTOGRAM_SIZE]; 466 uint64_t zs_entries_using_n_chunks[ZAP_HISTOGRAM_SIZE]; 474 uint64_t zs_buckets_with_n_entries[ZAP_HISTOGRAM_SIZE];
|
| /titanic_53/usr/src/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()
|
| /titanic_53/usr/src/cmd/zdb/ |
| H A D | zdb.c | 334 dump_histogram(zs.zs_leafs_with_2n_pointers, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 337 dump_histogram(zs.zs_blocks_with_n5_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 340 dump_histogram(zs.zs_blocks_n_tenths_full, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 343 dump_histogram(zs.zs_entries_using_n_chunks, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 346 dump_histogram(zs.zs_buckets_with_n_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
|