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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h184 uint64_t mc_alloc_groups; /* # of allocatable groups */ member in struct:metaslab_class
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dmetaslab.c637 * The mc_alloc_groups maintains a count of the number of
646 * When the mc_alloc_groups value drops to 0 that means that all
652 mc->mc_alloc_groups--;
654 mc->mc_alloc_groups++;
976 * (mc_alloc_groups == 0) or we're trying to allocate the smallest
1002 if (qdepth < qmax || mc->mc_alloc_groups == 1)
1004 ASSERT3U(mc->mc_alloc_groups, >, 1);
1034 } else if (mc->mc_alloc_groups == 0 || psize == SPA_MINBLOCKSIZE) {

Completed in 202 milliseconds