Home
last modified time | relevance | path

Searched refs:mc_alloc_groups (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h197 uint64_t mc_alloc_groups; /* # of allocatable groups */ member
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c806 mc->mc_alloc_groups--; in metaslab_group_alloc_update()
808 mc->mc_alloc_groups++; in metaslab_group_alloc_update()
1292 if (qdepth < qmax || mc->mc_alloc_groups == 1) in metaslab_group_allocatable()
1294 ASSERT3U(mc->mc_alloc_groups, >, 1); in metaslab_group_allocatable()
1328 } else if (mc->mc_alloc_groups == 0 || psize == SPA_MINBLOCKSIZE) { in metaslab_group_allocatable()
5282 ratio = (vs_free * mc->mc_alloc_groups * 100) / in metaslab_alloc_dva()