Searched refs:mca_rotor (Results 1 – 4 of 4) sorted by relevance
143 metaslab_group_t *mca_rotor; member
422 mca->mca_rotor = NULL; in metaslab_class_create()441 ASSERT(mca->mca_rotor == NULL); in metaslab_class_destroy()462 if ((mg = mc->mc_allocator[0].mca_rotor) == NULL) in metaslab_class_validate()471 } while ((mg = mg->mg_next) != mc->mc_allocator[0].mca_rotor); in metaslab_class_validate()904 if ((mgprev = mc->mc_allocator[0].mca_rotor) == NULL) { in metaslab_group_activate()915 mc->mc_allocator[i].mca_rotor = mg; in metaslab_group_activate()939 ASSERT(mc->mc_allocator[i].mca_rotor != mg); in metaslab_group_passivate()992 if (mc->mc_allocator[i].mca_rotor == mg) in metaslab_group_passivate()993 mc->mc_allocator[i].mca_rotor = mgnext; in metaslab_group_passivate()5238 mg = mca->mca_rotor; in metaslab_alloc_dva()[all …]
7219 if (spa_special_class(spa)->mc_allocator[0].mca_rotor != NULL) { in dump_block_stats()7230 if (spa_dedup_class(spa)->mc_allocator[0].mca_rotor != NULL) { in dump_block_stats()7241 if (spa_embedded_log_class(spa)->mc_allocator[0].mca_rotor != NULL) { in dump_block_stats()
3352 mg = spa_log_class(spa)->mc_allocator[0].mca_rotor; in ztest_vdev_add_remove()