Searched defs:smp_send_reschedule (Results 1 - 18 of 18) sorted by relevance

/arch/mips/include/asm/
H A Dsmp.h53 static inline void smp_send_reschedule(int cpu) function
/arch/um/kernel/
H A Dsmp.c37 void smp_send_reschedule(int cpu) function
/arch/x86/include/asm/
H A Dsmp.h71 void (*smp_send_reschedule)(int cpu); member in struct:smp_ops
136 static inline void smp_send_reschedule(int cpu) function
138 smp_ops.smp_send_reschedule(cpu);
/arch/cris/arch-v32/kernel/
H A Dsmp.c216 void smp_send_reschedule(int cpu) function
/arch/hexagon/kernel/
H A Dsmp.c245 void smp_send_reschedule(int cpu) function
/arch/ia64/kernel/
H A Dsmp.c224 smp_send_reschedule (int cpu) function
228 EXPORT_SYMBOL_GPL(smp_send_reschedule); variable
/arch/m32r/kernel/
H A Dsmp.c87 * Name: smp_send_reschedule
104 void smp_send_reschedule(int cpu_id) function
/arch/parisc/kernel/
H A Dsmp.c247 smp_send_reschedule(int cpu) { send_IPI_single(cpu, IPI_RESCHEDULE); } function
/arch/sparc/kernel/
H A Dsmp_32.c128 void smp_send_reschedule(int cpu) function
H A Dsmp_64.c1362 void smp_send_reschedule(int cpu) function
/arch/tile/kernel/
H A Dsmp.c176 /* Called when smp_send_reschedule() triggers IRQ_RESCHEDULE. */
218 void smp_send_reschedule(int cpu) function
233 void smp_send_reschedule(int cpu) function
/arch/arm/kernel/
H A Dsmp.c628 void smp_send_reschedule(int cpu) function
/arch/blackfin/mach-common/
H A Dsmp.c305 void smp_send_reschedule(int cpu) function
/arch/sh/kernel/
H A Dsmp.c282 void smp_send_reschedule(int cpu) function
/arch/alpha/kernel/
H A Dsmp.c621 smp_send_reschedule(int cpu)
626 "smp_send_reschedule: Sending IPI to self.\n");
619 smp_send_reschedule(int cpu) function
/arch/mn10300/kernel/
H A Dsmp.c361 * smp_send_reschedule - Send reschedule IPI to a CPU
364 void smp_send_reschedule(int cpu) function
/arch/powerpc/kernel/
H A Dsmp.c124 smp_send_reschedule(nr);
261 void smp_send_reschedule(int cpu) function
266 EXPORT_SYMBOL_GPL(smp_send_reschedule); variable
/arch/s390/kernel/
H A Dsmp.c507 void smp_send_reschedule(int cpu) function

Completed in 278 milliseconds