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

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h143 metaslab_group_t *mca_rotor; member in struct:metaslab_class_allocator
171 * by traversing the metaslab groups that are linked off of the mca_rotor field.
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c421 mca->mca_rotor = NULL;
440 ASSERT(mca->mca_rotor == NULL);
461 if ((mg = mc->mc_allocator[0].mca_rotor) == NULL)
470 } while ((mg = mg->mg_next) != mc->mc_allocator[0].mca_rotor);
903 if ((mgprev = mc->mc_allocator[0].mca_rotor) == NULL) {
914 mc->mc_allocator[i].mca_rotor = mg;
938 ASSERT(mc->mc_allocator[i].mca_rotor != mg);
991 if (mc->mc_allocator[i].mca_rotor == mg)
992 mc->mc_allocator[i].mca_rotor = mgnext;
5172 * Note that there's no locking on mca_rotor o
[all...]
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c6947 if (spa_special_class(spa)->mc_allocator[0].mca_rotor != NULL) {
6958 if (spa_dedup_class(spa)->mc_allocator[0].mca_rotor != NULL) {
6969 if (spa_embedded_log_class(spa)->mc_allocator[0].mca_rotor != NULL) {
/freebsd-current/sys/contrib/openzfs/cmd/
H A Dztest.c3327 mg = spa_log_class(spa)->mc_allocator[0].mca_rotor;

Completed in 227 milliseconds