Searched refs:max_ncpus (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcpu_internal.h87 extern unsigned int max_ncpus;
H A Dcpu.c65 unsigned int max_ncpus = MAX_CPUS; variable
282 if (real_ncpus >= max_ncpus) {
H A Dmodel_dep.c234 max_ncpus = wncpu;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_init.c180 if ((0 < cpus) && (cpus < max_ncpus))
181 max_ncpus = cpus;
H A Dmp_desc.c107 unsigned int max_ncpus = MAX_CPUS; variable
505 if (real_ncpus >= max_ncpus)
564 if (real_ncpus >= max_ncpus) {
H A Dmp.h94 extern unsigned int max_ncpus; /* max number of cpus */
H A Dmachine_routines.c453 * that ACPI found; max_ncpus is the maximum number
457 machine_info.max_cpus = MIN(max_cpus, max_ncpus);

Completed in 42 milliseconds