Home
last modified time | relevance | path

Searched refs:native_smp_send_reschedule (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kernel/
H A Dsmp.c292 .smp_send_reschedule = native_smp_send_reschedule,
/linux/arch/x86/include/asm/
H A Dsmp.h123 void native_smp_send_reschedule(int cpu);
/linux/arch/x86/kernel/apic/
H A Dipi.c68 void native_smp_send_reschedule(int cpu) in native_smp_send_reschedule() function