Searched refs:nlgrpsmax (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-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++)
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dlgrp.h524 extern int nlgrpsmax; /* max number of lgroups on platform */
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c307 kmem_free(*bufaddr, nlgrpsmax * sizeof (lgrp_affinity_t));
742 aff_buf = kmem_zalloc(nlgrpsmax * sizeof (lgrp_affinity_t),
780 nlgrpsmax * sizeof (lgrp_affinity_t));
830 size = nlgrpsmax * sizeof (lgrp_affinity_t);
1180 * - bitmask is an array of unsigned longs and its size depends on nlgrpsmax
1183 * - bitmask is an array of unsigned longs and its size depends on nlgrpsmax
1186 * - bitmask is an array of unsigned longs and its size depends on nlgrpsmax
1190 * NOTE: Must use nlgrpsmax for per lgroup data structures because lgroups
1300 snap_nlgrpsmax = nlgrpsmax;
/opensolaris-onvv-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 58 milliseconds