| tag | line | file | source code |
| NR_CPUS | 40 | arch/i386/kernel/smp.c | volatile unsigned long cpu_callin_map[NR_CPUS] = {0,}; /* We always use 0 the rest is ready for parallel delivery */ |
| NR_CPUS | 42 | arch/i386/kernel/smp.c | struct cpuinfo_x86 cpu_data[NR_CPUS]; /* Per cpu bogomips and other parameters */ |
| NR_CPUS | 52 | arch/i386/kernel/smp.c | unsigned char *kernel_stacks[NR_CPUS]; /* Kernel stack pointers for CPU's (debugging) */ |
| NR_CPUS | 54 | arch/i386/kernel/smp.c | static volatile unsigned char smp_cpu_in_msg[NR_CPUS]; /* True if this processor is sending an IPI */ |
| NR_CPUS | 180 | arch/i386/kernel/smp.c | if(m->mpc_apicid>NR_CPUS) |
| NR_CPUS | 181 | arch/i386/kernel/smp.c | printk("Processor #%d unused. (Max %d processors).\n",m->mpc_apicid, NR_CPUS); |
| NR_CPUS | 492 | arch/i386/kernel/smp.c | for(i=0;i<NR_CPUS;i++) |
| NR_CPUS | 169 | include/asm-i386/smp.h | extern struct cpuinfo_x86 cpu_data[NR_CPUS]; |
| NR_CPUS | 178 | include/asm-i386/smp.h | extern unsigned char *kernel_stacks[NR_CPUS]; |
| NR_CPUS | 290 | include/linux/sched.h | extern struct task_struct *current_set[NR_CPUS]; |
| NR_CPUS | 91 | kernel/sched.c | struct task_struct *current_set[NR_CPUS]; |