Searched refs:cpu_count (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsmp.c603 int i, cpu_count = 1; local
630 if (boot_cpu_data.cpu_count > 1) {
637 if (smp_boot_one_cpu(cpu_data[i].cpuid, cpu_count) < 0)
641 cpu_count++; /* Count good CPUs only... */
644 if (cpu_count == max_cpus)
648 if (cpu_count == 1) {
654 cpu_count, boot_cpu_data.cpu_count, (bogosum + 25) / 5000,
657 smp_num_cpus = cpu_count;
H A Dprocessor.c82 if (boot_cpu_data.cpu_count > 0) {
91 cpuid = boot_cpu_data.cpu_count;
132 boot_cpu_data.cpu_count--;
142 boot_cpu_data.cpu_count++;
302 for(n=0; n<boot_cpu_data.cpu_count; n++) {
H A Dsetup.c288 boot_cpu_data.cpu_count,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dsmp.h33 int cpu_count; member in struct:smp_boot_data
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dsmp.h33 int cpu_count; member in struct:smp_boot_data
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/sn1/
H A Dintr.h99 int cpu_count[CPUS_PER_SUBNODE]; /* How many interrupts are member in struct:intr_vecblk_s
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/sn1/
H A Dintr.h99 int cpu_count[CPUS_PER_SUBNODE]; /* How many interrupts are member in struct:intr_vecblk_s
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn1/
H A Dml_SN_intr.c228 vecblk->cpu_count[i] = 0;
487 vecblk->cpu_count[lslice]++;
562 vecblk->cpu_count[lslice]--;
688 total_intrs_to_slice = vecblk0->cpu_count[local_cpu_num] +
689 vecblk1->cpu_count[local_cpu_num];
1122 dispatch->cpu_count[0],
1123 dispatch->cpu_count[1]);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dsmp.c601 int cpu_count, i;
631 cpu_count = 1;
639 if (smp_boot_one_cpu(i, cpu_count))
643 cpu_count++;
646 if (cpu_count == 1) {
658 cpu_count, (bogosum + 2500) / (500000/HZ),
661 smp_num_cpus = cpu_count;
600 int cpu_count, i; local
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsmpboot.c505 if (smp_boot_data.cpu_count > 1) {
509 for (cpu = 0; cpu < smp_boot_data.cpu_count; cpu++) {
H A Dacpi.c761 smp_boot_data.cpu_count = total_cpus;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dprocessor.h44 unsigned int cpu_count; member in struct:system_cpuinfo_parisc
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dprocessor.h44 unsigned int cpu_count; member in struct:system_cpuinfo_parisc

Completed in 71 milliseconds