Searched refs:maxcpus (Results 1 - 18 of 18) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip27/
H A Dip27-init.c51 int maxcpus; variable
204 maxcpus = cpu_node_probe(&boot_cpumask, &numnodes);
205 printk(KERN_INFO "Discovered %d cpus on %d nodes\n", maxcpus, numnodes);
449 for (cpu = 0; cpu < maxcpus; cpu++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dml_SN_init.c34 int maxcpus; variable
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dsmp.c560 static int __init maxcpus(char *str) function
566 __setup("maxcpus=", maxcpus);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dsmp.c63 * Command-line option of "nosmp" or "maxcpus=0" will disable SMP
66 * Command-line option of "maxcpus=<NUM>", where <NUM> is an integer
79 static int __init maxcpus(char *str) function
85 __setup("maxcpus=", maxcpus);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dsmp.c63 * Command-line option of "nosmp" or "maxcpus=0" will disable SMP
66 * Command-line option of "maxcpus=<NUM>", where <NUM> is an integer
79 static int __init maxcpus(char *str) function
85 __setup("maxcpus=", maxcpus);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsmpboot.c103 * Command-line option of "nosmp" or "maxcpus=0" will disable SMP
106 * Command-line option of "maxcpus=<NUM>", where <NUM> is an integer
121 maxcpus (char *str) function
127 __setup("maxcpus=", maxcpus);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsmp.c372 * Command-line option of "nosmp" or "maxcpus=0" will disable SMP
375 * Command-line option of "maxcpus=<NUM>", where <NUM> is an integer
388 static int __init maxcpus(char *str) function
394 __setup("maxcpus=", maxcpus);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dsmp.c792 static int __init maxcpus(char *str) function
798 __setup("maxcpus=", maxcpus);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dsmpboot.c82 * Command-line option of "nosmp" or "maxcpus=0" will disable SMP
85 * Command-line option of "maxcpus=<NUM>", where <NUM> is an integer
98 static int __init maxcpus(char *str) function
104 __setup("maxcpus=", maxcpus);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn1/
H A Dhuberror.c34 extern int maxcpus;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/sn2/
H A Dsn_private.h233 #define valid_cpuid(_x) (((_x) >= 0) && ((_x) < maxcpus))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/sn2/
H A Dsn_private.h233 #define valid_cpuid(_x) (((_x) >= 0) && ((_x) < maxcpus))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/sn1/
H A Dsn_private.h274 #define valid_cpuid(_x) (((_x) >= 0) && ((_x) < maxcpus))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/sn1/
H A Dsn_private.h274 #define valid_cpuid(_x) (((_x) >= 0) && ((_x) < maxcpus))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dsmpboot.c78 * Command-line option of "nosmp" or "maxcpus=0" will disable SMP
81 * Command-line option of "maxcpus=<NUM>", where <NUM> is an integer
94 static int __init maxcpus(char *str) function
100 __setup("maxcpus=", maxcpus);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn2/
H A Dshuberror.c39 extern int maxcpus;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dsmp.c66 static int __init maxcpus(char *str) function
72 __setup("maxcpus=", maxcpus);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dsmp.c102 static int __init maxcpus(char *str)
108 __setup("maxcpus", maxcpus);
101 static int __init maxcpus(char *str) function

Completed in 169 milliseconds