Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDmetaslab_impl.h143 metaslab_group_t *mca_rotor; member
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDmetaslab.c423 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 …]
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c6461 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()
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
HDztest.c3241 mg = spa_log_class(spa)->mc_allocator[0].mca_rotor; in ztest_vdev_add_remove()