Searched refs:max_cpus (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsmpboot.c76 static int max_cpus = -1; variable
114 max_cpus = 0;
123 get_option(&str, &max_cpus);
496 if (!max_cpus || (max_cpus < -1)) {
502 if (max_cpus != -1)
503 printk (KERN_INFO "Limiting CPUs to %d\n", max_cpus);
517 if ((max_cpus > 0) && (cpucount + 1 >= max_cpus))
574 max_cpus
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsmp.c70 static int max_cpus = -1; /* Command line */ variable
382 max_cpus = 0;
390 get_option(&str, &max_cpus);
621 if (max_cpus == 0) {
626 if (max_cpus != -1)
627 printk(KERN_INFO "Limiting CPUs to %d\n", max_cpus);
644 if (cpu_count == max_cpus)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dsmpboot.c55 static int max_cpus = -1; variable
92 max_cpus = 0;
100 get_option(&str, &max_cpus);
899 if (!max_cpus) {
931 if ((max_cpus >= 0) && (max_cpus <= cpucount+1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dsmp.c53 static int max_cpus __initdata = NR_CPUS;
333 if (cpu_nr > max_cpus)
334 cpu_nr = max_cpus;
562 get_option(&str, &max_cpus);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dsmp.c49 static int max_cpus = NR_CPUS; /* Setup configured maximum number of CPUs to activate */ variable
73 max_cpus = 0;
81 get_option(&str, &max_cpus);
475 curr_cpu <= 65535 && smp_num_cpus < max_cpus; curr_cpu++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dsmp.c49 static int max_cpus = NR_CPUS; /* Setup configured maximum number of CPUs to activate */ variable
73 max_cpus = 0;
81 get_option(&str, &max_cpus);
462 curr_cpu <= 65535 && smp_num_cpus < max_cpus; curr_cpu++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dsmpboot.c54 static int max_cpus = -1; variable
88 max_cpus = 0;
96 get_option(&str, &max_cpus);
1069 if (!max_cpus) {
1105 if ((max_cpus >= 0) && (max_cpus <= cpucount+1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dsmp.c72 static int max_cpus __initdata = NR_CPUS;
646 if (cpu_nr > max_cpus)
647 cpu_nr = max_cpus;
794 get_option(&str, &max_cpus);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dsmp.c65 static int max_cpus = NR_CPUS; variable
68 get_option(&str, &max_cpus);
267 if ((cpucount + 1) == max_cpus)
320 if (max_cpus != 1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dsmp.c80 static int max_cpus = -1; /* Command-line limitation. */ variable
96 max_cpus = 0;
104 get_option(&str, &max_cpus);
624 if (smp_num_probed == 1 || max_cpus == 0) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip27/
H A Dip27-init.c105 static int max_cpus = NR_CPUS; variable
129 (tot_cpus_found != max_cpus)) {

Completed in 151 milliseconds