Home
last modified time | relevance | path

Searched refs:mc_alloc_max_slots (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h188 uint64_t *mc_alloc_max_slots; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c385 mc->mc_alloc_max_slots = kmem_zalloc(spa->spa_alloc_count * in metaslab_class_create()
406 kmem_free(mc->mc_alloc_max_slots, mc->mc_spa->spa_alloc_count * in metaslab_class_destroy()
4473 &mg->mg_class->mc_alloc_max_slots[allocator]); in metaslab_group_increment_qdepth()
5512 uint64_t max = mc->mc_alloc_max_slots[allocator]; in metaslab_class_throttle_reserve()
H A Dspa.c8391 normal->mc_alloc_max_slots[i] = slots_per_allocator;
8392 special->mc_alloc_max_slots[i] = slots_per_allocator;
8393 dedup->mc_alloc_max_slots[i] = slots_per_allocator;