taglinefilesource code
smp_threads_ready211arch/i386/kernel/irq.cif(smp_threads_ready && active_kernel_processor!=smp_processor_id())
smp_threads_ready231arch/i386/kernel/irq.cif(smp_threads_ready && active_kernel_processor!=smp_processor_id() && irq!=13)
smp_threads_ready39arch/i386/kernel/smp.cint smp_threads_ready=0;        /* Set when the idlers are all forked       */
smp_threads_ready18include/linux/smp.hextern int smp_threads_ready;      /* True once the per process idle is forked */
smp_threads_ready504init/main.csmp_threads_ready=1;