tag | line | file | source code |
smp_threads_ready | 278 | arch/i386/kernel/irq.c | if(smp_threads_ready && active_kernel_processor!=smp_processor_id()) |
smp_threads_ready | 301 | arch/i386/kernel/irq.c | if(smp_threads_ready && active_kernel_processor!=smp_processor_id() && irq!=13) |
smp_threads_ready | 42 | arch/i386/kernel/smp.c | int smp_threads_ready=0; /* Set when the idlers are all forked */ |
smp_threads_ready | 17 | include/linux/smp.h | extern int smp_threads_ready; /* True once the per process idle is forked */ |
smp_threads_ready | 574 | init/main.c | smp_threads_ready=1; |