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

/illumos-gate/usr/src/uts/sun4/os/
H A Dlgrpplat.c57 #define NLGRP (MAX_MEM_NODES + 1) macro
62 struct lgrp_stats lgrp_stats[NLGRP];
65 static lgrp_t lgrp_space[NLGRP];
184 return (NLGRP);
349 if (lgrpid >= NLGRP || nlgrps_alloc > NLGRP)
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c193 #define NLGRP (MAX_NODES * (MAX_NODES - 1) + 1) macro
351 static lgrp_t lgrp_space[NLGRP];
406 struct lgrp_stats lgrp_stats[NLGRP];
746 if (lgrpid >= NLGRP || nlgrps_alloc > NLGRP)

Completed in 82 milliseconds