Searched refs:rt_histogram (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | range_tree.c | 70 if (hist[i] != rt->rt_histogram[i]) { in range_tree_stat_verify() 72 i, hist, hist[i], rt->rt_histogram[i]); in range_tree_stat_verify() 74 VERIFY3U(hist[i], ==, rt->rt_histogram[i]); in range_tree_stat_verify() 86 sizeof (rt->rt_histogram) / sizeof (*rt->rt_histogram)); in range_tree_stat_incr() 89 rt->rt_histogram[idx]++; in range_tree_stat_incr() 90 ASSERT3U(rt->rt_histogram[idx], !=, 0); in range_tree_stat_incr() 101 sizeof (rt->rt_histogram) / sizeof (*rt->rt_histogram)); in range_tree_stat_decr() 104 ASSERT3U(rt->rt_histogram[idx], !=, 0); in range_tree_stat_decr() 105 rt->rt_histogram[idx]--; in range_tree_stat_decr() 392 bzero(rt->rt_histogram, sizeof (rt->rt_histogram)); in range_tree_vacate()
|
| HD | space_map.c | 156 if (rt->rt_histogram[i] != 0) in space_map_histogram_verify() 199 rt->rt_histogram[i] << (i - idx - sm->sm_shift); in space_map_histogram_add()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| HD | range_tree.h | 55 uint64_t rt_histogram[RANGE_TREE_HISTOGRAM_SIZE]; member
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zdb/ |
| HD | zdb.c | 733 dump_histogram(rt->rt_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in dump_metaslab_stats()
|