Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h97 uint64_t mg_histogram[RANGE_TREE_HISTOGRAM_SIZE]; member
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c301 mc_hist[i] += mg->mg_histogram[i]; in metaslab_class_histogram_verify()
612 VERIFY3U(mg_hist[i], ==, mg->mg_histogram[i]); in metaslab_group_histogram_verify()
629 mg->mg_histogram[i + ashift] += in metaslab_group_histogram_add()
649 ASSERT3U(mg->mg_histogram[i + ashift], >=, in metaslab_group_histogram_remove()
654 mg->mg_histogram[i + ashift] -= in metaslab_group_histogram_remove()
H A Dvdev.c2198 ASSERT0(mg->mg_histogram[i]); in vdev_remove()
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1251 uint64_t mg_histogram[RANGE_TREE_HISTOGRAM_SIZE]; member
1365 dump_histogram(mg.mg_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in metaslab_group_stats()
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c824 dump_histogram(mg->mg_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in dump_metaslab_groups()