Searched refs:rt_histogram (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | range_tree.c | 117 if (hist[i] != rt->rt_histogram[i]) { in range_tree_stat_verify() 119 i, hist, hist[i], rt->rt_histogram[i]); in range_tree_stat_verify() 121 VERIFY3U(hist[i], ==, rt->rt_histogram[i]); in range_tree_stat_verify() 133 sizeof (rt->rt_histogram) / sizeof (*rt->rt_histogram)); in range_tree_stat_incr() 135 rt->rt_histogram[idx]++; in range_tree_stat_incr() 136 ASSERT3U(rt->rt_histogram[idx], !=, 0); in range_tree_stat_incr() 147 sizeof (rt->rt_histogram) / sizeof (*rt->rt_histogram)); in range_tree_stat_decr() 149 ASSERT3U(rt->rt_histogram[idx], !=, 0); in range_tree_stat_decr() 150 rt->rt_histogram[idx]--; in range_tree_stat_decr() 703 bzero(rt->rt_histogram, sizeof (rt->rt_histogram)); in range_tree_vacate()
|
| H A D | space_map.c | 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() 965 uint64_t *histogram = rt->rt_histogram; in space_map_estimate_optimal_size()
|
| H A D | metaslab.c | 1955 histogram[idx] += rt->rt_histogram[i] << (i - idx - shift); in metaslab_aux_histogram_add() 3003 segments += msp->ms_allocatable->rt_histogram[i]; in metaslab_weight_from_range_tree()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | range_tree.h | 79 uint64_t rt_histogram[RANGE_TREE_HISTOGRAM_SIZE]; member
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 1605 dump_histogram(rt->rt_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in dump_metaslab_stats()
|