Searched refs:IPI_CPU_STOP (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsmp.c74 #define IPI_CPU_STOP 1 macro
135 case IPI_CPU_STOP:
316 send_IPI_allbutself(IPI_CPU_STOP);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsmp.c85 IPI_CPU_STOP, enumerator in enum:ipi_message_type
226 case IPI_CPU_STOP:
228 printk(KERN_DEBUG "CPU%d IPI_CPU_STOP\n",this_cpu);
230 ops &= ~(1 << IPI_CPU_STOP);
292 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); }
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dsmp.c66 IPI_CPU_STOP, enumerator in enum:ipi_message_type
826 else if (which == IPI_CPU_STOP) {
863 send_ipi_message(to_whom, IPI_CPU_STOP);

Completed in 91 milliseconds