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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dsmp.c65 #define IPI_CPU_STOP 1 macro
114 case IPI_CPU_STOP:
329 send_IPI_allbutself(IPI_CPU_STOP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dsmp.c77 IPI_CPU_STOP, enumerator in enum:ipi_message_type
174 case IPI_CPU_STOP:
175 smp_debug(100, KERN_DEBUG "CPU%d IPI_CPU_STOP\n", this_cpu);
240 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsmp.c67 IPI_CPU_STOP, enumerator in enum:ipi_message_type
594 case IPI_CPU_STOP:
633 send_ipi_message(&to_whom, IPI_CPU_STOP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsmp.c96 IPI_CPU_STOP, enumerator in enum:ipi_msg_type
1110 case IPI_CPU_STOP:
1134 send_ipi_message(&mask, IPI_CPU_STOP);

Completed in 111 milliseconds