Searched refs:mc_allocator (Results 1 – 6 of 6) sorted by relevance
211 metaslab_class_allocator_t mc_allocator[]; member
414 mc_allocator[spa->spa_alloc_count]), KM_SLEEP); in metaslab_class_create()422 metaslab_class_allocator_t *mca = &mc->mc_allocator[i]; in metaslab_class_create()448 mc_allocator[spa->spa_alloc_count])); in metaslab_class_destroy()463 if ((mg = mc->mc_allocator[0].mca_rotor) == NULL) in metaslab_class_validate()905 if ((mgprev = mc->mc_allocator[0].mca_rotor) == NULL) { in metaslab_group_activate()916 mc->mc_allocator[i].mca_rotor = mg; in metaslab_group_activate()940 ASSERT(mc->mc_allocator[i].mca_rotor != mg); in metaslab_group_passivate()993 if (mc->mc_allocator[i].mca_rotor == mg) in metaslab_group_passivate()994 mc->mc_allocator[i].mca_rotor = mgnext; in metaslab_group_passivate()4556 &mg->mg_class->mc_allocator[allocator]; in metaslab_group_increment_qdepth()[all …]
9595 ASSERT0(zfs_refcount_count(&normal->mc_allocator[i].9597 ASSERT0(zfs_refcount_count(&special->mc_allocator[i].9599 ASSERT0(zfs_refcount_count(&dedup->mc_allocator[i].9601 normal->mc_allocator[i].mca_alloc_max_slots =9603 special->mc_allocator[i].mca_alloc_max_slots =9605 dedup->mc_allocator[i].mca_alloc_max_slots =
2970 VERIFY(zfs_refcount_held(&mc->mc_allocator[pio->io_allocator]. in zio_write_gang_block()4697 mc_allocator[zio->io_allocator].mca_alloc_slots, zio)); in zio_done()
7040 if (spa_special_class(spa)->mc_allocator[0].mca_rotor != NULL) { in dump_block_stats()7051 if (spa_dedup_class(spa)->mc_allocator[0].mca_rotor != NULL) { in dump_block_stats()7062 if (spa_embedded_log_class(spa)->mc_allocator[0].mca_rotor != NULL) { in dump_block_stats()
3231 mg = spa_log_class(spa)->mc_allocator[0].mca_rotor; in ztest_vdev_add_remove()