Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc/kernel/
Dsun4d_smp.c175 int cpucount = 0; in smp4d_boot_cpus() local
221 cpucount++; in smp4d_boot_cpus()
248 …SMP_PRINTK(("Starting CPU %d at %p task %d node %08x\n", i, entry, cpucount, linux_cpus[no].prom_n… in smp4d_boot_cpus()
264 __cpu_number_map[i] = cpucount; in smp4d_boot_cpus()
265 __cpu_logical_map[cpucount] = i; in smp4d_boot_cpus()
267 cpucount--; in smp4d_boot_cpus()
277 if(cpucount == 0) { in smp4d_boot_cpus()
289 …SMP_PRINTK(("Total of %d Processors activated (%lu.%02lu BogoMIPS).\n", cpucount + 1, bogosum/(500… in smp4d_boot_cpus()
291 cpucount + 1, in smp4d_boot_cpus()
295 smp_num_cpus = cpucount + 1; in smp4d_boot_cpus()
Dsun4m_smp.c152 int cpucount = 0; in smp4m_boot_cpus() local
195 cpucount++; in smp4m_boot_cpus()
238 cpucount--; in smp4m_boot_cpus()
248 if(cpucount == 0) { in smp4m_boot_cpus()
258 cpucount + 1, in smp4m_boot_cpus()
262 smp_num_cpus = cpucount + 1; in smp4m_boot_cpus()
/linux-2.4.37.9/arch/ia64/kernel/
Dsmpboot.c74 int cpucount; variable
426 cpu = ++cpucount; in do_boot_cpu()
471 cpucount--; in do_boot_cpu()
532 if ((max_cpus > 0) && (cpucount + 1 >= max_cpus)) in smp_boot_cpus()
538 smp_num_cpus = cpucount + 1; in smp_boot_cpus()
545 if (!cpucount) { in smp_boot_cpus()
554 cpucount + 1, bogosum/(500000/HZ), (bogosum/(5000/HZ))%100); in smp_boot_cpus()
Dhead.S147 movl r3=cpucount
/linux-2.4.37.9/arch/sparc64/kernel/
Dsmp.c349 int cpucount = 0, i; in smp_boot_cpus() local
363 if ((cpucount + 1) == max_cpus) in smp_boot_cpus()
374 cpucount++; in smp_boot_cpus()
377 init_tasks[cpucount] = p; in smp_boot_cpus()
398 __cpu_number_map[i] = cpucount; in smp_boot_cpus()
399 __cpu_logical_map[cpucount] = i; in smp_boot_cpus()
403 cpucount--; in smp_boot_cpus()
415 if (cpucount == 0) { in smp_boot_cpus()
427 cpucount + 1, in smp_boot_cpus()
431 smp_num_cpus = cpucount + 1; in smp_boot_cpus()
/linux-2.4.37.9/arch/i386/kernel/
Dsmpboot.c438 int cpucount; variable
778 cpu = ++cpucount; in do_boot_cpu()
902 cpucount--; in do_boot_cpu()
1155 cpucount+1, in smp_boot_cpus()
1160 smp_num_cpus = cpucount + 1; in smp_boot_cpus()
1211 if (cpu_has_tsc && cpucount) in smp_boot_cpus()
/linux-2.4.37.9/arch/x86_64/kernel/
Dsmpboot.c418 int cpucount; variable
524 cpu = ++cpucount; in do_boot_cpu()
759 cpucount--; in do_boot_cpu()
973 cpucount+1, in smp_boot_cpus()
1027 if (cpu_has_tsc && cpucount) in smp_boot_cpus()