Searched defs:nlgrpsmax (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c149 int nlgrpsmax; local
159 nlgrpsmax = snap->ss_nlgrps_max;
162 for (i = 0; i < nlgrpsmax; i++) {
181 (i * BT_SIZEOFMAP(nlgrpsmax)));
188 for (j = 0; j < BT_BITOUL(nlgrpsmax); j++)
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c129 int nlgrpsmax = 0; variable
382 nlgrpsmax = lgrp_plat_max_lgrps();
383 ASSERT(nlgrpsmax <= NLGRPS_MAX);
820 if (first_cpu && nlgrpsmax > 1 && lgrpid != cp->cpu_lpl->lpl_lgrpid)
864 for (i = lgrp_alloc_hint; i < nlgrpsmax; i++) {
888 if (nlgrps > nlgrpsmax || my_lgrp == NULL)

Completed in 508 milliseconds