tag | line | file | source code |
smp_threads_ready | 347 | arch/i386/kernel/irq.c | if(smp_threads_ready && active_kernel_processor!=smp_processor_id()) |
smp_threads_ready | 373 | arch/i386/kernel/irq.c | if(smp_threads_ready && active_kernel_processor!=smp_processor_id() && irq!=13) |
smp_threads_ready | 55 | arch/i386/kernel/smp.c | int smp_threads_ready=0; /* Set when the idlers are all forked */ |
smp_threads_ready | 10 | arch/sparc/kernel/smp.c | int smp_threads_ready; |
smp_threads_ready | 17 | include/linux/smp.h | extern int smp_threads_ready; /* True once the per process idle is forked */ |
smp_threads_ready | 623 | init/main.c | smp_threads_ready=1; |
smp_threads_ready | 136 | kernel/sched.c | if ((0!=p->pid) && smp_threads_ready) |