stop_other_cpus    51 arch/x86/include/asm/smp.h 	void (*stop_other_cpus)(int wait);
stop_other_cpus    72 arch/x86/include/asm/smp.h 	smp_ops.stop_other_cpus(0);
stop_other_cpus    77 arch/x86/include/asm/smp.h 	smp_ops.stop_other_cpus(1);
stop_other_cpus   708 arch/x86/kernel/reboot.c 	stop_other_cpus();
stop_other_cpus   280 arch/x86/kernel/smp.c 	.stop_other_cpus	= native_stop_other_cpus,
stop_other_cpus   501 arch/x86/xen/smp_pv.c 	.stop_other_cpus = xen_pv_stop_other_cpus,