Searched refs:mca_rotor (Results 1 – 4 of 4) sorted by relevance
143 metaslab_group_t *mca_rotor; member
423 mca->mca_rotor = NULL; in metaslab_class_create()442 ASSERT(mca->mca_rotor == NULL); in metaslab_class_destroy()463 if ((mg = mc->mc_allocator[0].mca_rotor) == NULL) in metaslab_class_validate()472 } while ((mg = mg->mg_next) != mc->mc_allocator[0].mca_rotor); in metaslab_class_validate()906 if ((mgprev = mc->mc_allocator[0].mca_rotor) == NULL) { in metaslab_group_activate()917 mc->mc_allocator[i].mca_rotor = mg; in metaslab_group_activate()941 ASSERT(mc->mc_allocator[i].mca_rotor != mg); in metaslab_group_passivate()994 if (mc->mc_allocator[i].mca_rotor == mg) in metaslab_group_passivate()995 mc->mc_allocator[i].mca_rotor = mgnext; in metaslab_group_passivate()5144 mg = mca->mca_rotor; in metaslab_alloc_dva()[all …]
6461 if (spa_special_class(spa)->mc_allocator[0].mca_rotor != NULL) { in dump_block_stats()6472 if (spa_dedup_class(spa)->mc_allocator[0].mca_rotor != NULL) { in dump_block_stats()6483 if (spa_embedded_log_class(spa)->mc_allocator[0].mca_rotor != NULL) { in dump_block_stats()
3241 mg = spa_log_class(spa)->mc_allocator[0].mca_rotor; in ztest_vdev_add_remove()