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

/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c128 * sg_max_ncpus is the maximum number of CPUs supported on Serengeti.
129 * sg_max_ncpus is set to be smaller than NCPU to reduce the amount of
133 int sg_max_ncpus = (24 * 2); /* (max # of processors * # of cores/proc) */ variable
788 return (sg_max_ncpus);
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c128 * sg_max_ncpus is the maximum number of CPUs supported on lw8.
129 * sg_max_ncpus is set to be smaller than NCPU to reduce the amount of
133 int sg_max_ncpus = (12 * 2); /* (max # of processors * # of cores/proc) */ variable
796 return (sg_max_ncpus);

Completed in 63 milliseconds