Searched refs:rt_histogram (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drange_tree.c70 if (hist[i] != rt->rt_histogram[i]) {
72 i, hist, hist[i], rt->rt_histogram[i]);
74 VERIFY3U(hist[i], ==, rt->rt_histogram[i]);
86 sizeof (rt->rt_histogram) / sizeof (*rt->rt_histogram));
89 rt->rt_histogram[idx]++;
90 ASSERT3U(rt->rt_histogram[idx], !=, 0);
101 sizeof (rt->rt_histogram) / sizeof (*rt->rt_histogram));
104 ASSERT3U(rt->rt_histogram[id
[all...]
H A Dspace_map.c152 if (rt->rt_histogram[i] != 0)
194 rt->rt_histogram[i] << (i - idx - sm->sm_shift);
H A Dmetaslab.c1693 segments += msp->ms_tree->rt_histogram[i];
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drange_tree.h51 * The rt_histogram maintains a histogram of ranges. Each bucket,
52 * rt_histogram[i], contains the number of ranges whose size is:
55 uint64_t rt_histogram[RANGE_TREE_HISTOGRAM_SIZE]; member in struct:range_tree
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c751 dump_histogram(rt->rt_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0);

Completed in 90 milliseconds