Home
last modified time | relevance | path

Searched refs:cpucount (Results 1 – 2 of 2) sorted by relevance

/arch/m32r/kernel/
Dsmpboot.c85 static int cpucount; variable
216 if ((max_cpus >= 0) && (max_cpus <= cpucount + 1)) in smp_prepare_cpus()
269 cpu_id = ++cpucount; in do_boot_cpu()
346 cpucount--; in do_boot_cpu()
390 if (cpucount) { in smp_cpus_done()
395 "(%lu.%02lu BogoMIPS).\n", cpucount + 1, in smp_cpus_done()
/arch/x86/mach-voyager/
Dvoyager_smp.c199 static int cpucount = 0; variable
521 cpucount++; in do_boot_cpu()
614 cpucount--; in do_boot_cpu()
689 cpucount + 1, bogosum / (500000 / HZ), in smp_boot_cpus()