Searched refs:rt_histogram (Results 1 – 5 of 5) sorted by relevance
117 if (hist[i] != rt->rt_histogram[i]) { in range_tree_stat_verify()120 (u_longlong_t)rt->rt_histogram[i]); in range_tree_stat_verify()122 VERIFY3U(hist[i], ==, rt->rt_histogram[i]); in range_tree_stat_verify()134 sizeof (rt->rt_histogram) / sizeof (*rt->rt_histogram)); in range_tree_stat_incr()136 rt->rt_histogram[idx]++; in range_tree_stat_incr()137 ASSERT3U(rt->rt_histogram[idx], !=, 0); in range_tree_stat_incr()148 sizeof (rt->rt_histogram) / sizeof (*rt->rt_histogram)); in range_tree_stat_decr()150 ASSERT3U(rt->rt_histogram[idx], !=, 0); in range_tree_stat_decr()151 rt->rt_histogram[idx]--; in range_tree_stat_decr()704 bzero(rt->rt_histogram, sizeof (rt->rt_histogram)); in range_tree_vacate()
469 if (rt->rt_histogram[i] != 0) in space_map_histogram_verify()510 rt->rt_histogram[i] << (i - idx - sm->sm_shift); in space_map_histogram_add()967 uint64_t *histogram = rt->rt_histogram; in space_map_estimate_optimal_size()
1980 histogram[idx] += rt->rt_histogram[i] << (i - idx - shift); in metaslab_aux_histogram_add()3048 segments += msp->ms_allocatable->rt_histogram[i]; in metaslab_weight_from_range_tree()
79 uint64_t rt_histogram[RANGE_TREE_HISTOGRAM_SIZE]; member
1635 dump_histogram(rt->rt_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in dump_metaslab_stats()