Home
last modified time | relevance | path

Searched refs:mg_histogram (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h97 uint64_t mg_histogram[RANGE_TREE_HISTOGRAM_SIZE]; member
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c302 mc_hist[i] += mg->mg_histogram[i]; in metaslab_class_histogram_verify()
613 VERIFY3U(mg_hist[i], ==, mg->mg_histogram[i]); in metaslab_group_histogram_verify()
630 mg->mg_histogram[i + ashift] += in metaslab_group_histogram_add()
650 ASSERT3U(mg->mg_histogram[i + ashift], >=, in metaslab_group_histogram_remove()
655 mg->mg_histogram[i + ashift] -= in metaslab_group_histogram_remove()
H A Dvdev.c2199 ASSERT0(mg->mg_histogram[i]); in vdev_remove()
/titanic_50/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1253 uint64_t mg_histogram[RANGE_TREE_HISTOGRAM_SIZE]; member
1367 dump_histogram(mg.mg_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in metaslab_group_stats()
/titanic_50/usr/src/cmd/zdb/
H A Dzdb.c835 dump_histogram(mg->mg_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in dump_metaslab_groups()