Home
last modified time | relevance | path

Searched refs:mca_rotor (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h143 metaslab_group_t *mca_rotor; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c422 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 …]
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c7219 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()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c3352 mg = spa_log_class(spa)->mc_allocator[0].mca_rotor; in ztest_vdev_add_remove()