Home
last modified time | relevance | path

Searched refs:smp_send_reschedule (Results 1 – 14 of 14) sorted by relevance

/linux-6.12.1/arch/x86/include/asm/
Dsmp.h30 void (*smp_send_reschedule)(int cpu); member
89 smp_ops.smp_send_reschedule(cpu); in arch_smp_send_reschedule()
/linux-6.12.1/include/linux/
Dsmp.h139 #define smp_send_reschedule(cpu) ({ \ macro
205 static inline void smp_send_reschedule(int cpu) { } in smp_send_reschedule() function
/linux-6.12.1/arch/powerpc/platforms/powernv/
Dsubcore.c210 smp_send_reschedule(i); in unsplit_core()
309 smp_send_reschedule(cpu); in cpu_update_split_mode()
/linux-6.12.1/arch/x86/xen/
Dsmp_hvm.c85 smp_ops.smp_send_reschedule = xen_smp_send_reschedule; in xen_hvm_smp_init()
Dsmp_pv.c437 .smp_send_reschedule = xen_smp_send_reschedule,
/linux-6.12.1/arch/arm/mach-actions/
Dplatsmp.c89 smp_send_reschedule(cpu); in s500_smp_boot_secondary()
/linux-6.12.1/arch/x86/kernel/
Dsmp.c292 .smp_send_reschedule = native_smp_send_reschedule,
/linux-6.12.1/arch/arm64/kernel/
Dsmp.c1121 smp_send_reschedule(cpu); in arch_send_wakeup_ipi()
/linux-6.12.1/arch/powerpc/kernel/
Dsmp.c188 smp_send_reschedule(nr); in smp_generic_kick_cpu()
/linux-6.12.1/kernel/sched/
Dcore.c1098 smp_send_reschedule(cpu); in resched_curr()
1196 smp_send_reschedule(cpu); in wake_up_idle_cpu()
3425 smp_send_reschedule(cpu); in kick_process()
/linux-6.12.1/arch/x86/kvm/svm/
Dsvm.c4228 smp_send_reschedule(vcpu->cpu); in svm_vcpu_run()
/linux-6.12.1/arch/powerpc/kvm/
Dbook3s_hv.c250 smp_send_reschedule(cpu); in kvmppc_fast_vcpu_kick_hv()
/linux-6.12.1/virt/kvm/
Dkvm_main.c3913 smp_send_reschedule(cpu); in kvm_vcpu_kick()
/linux-6.12.1/arch/x86/kvm/vmx/
Dvmx.c7426 smp_send_reschedule(vcpu->cpu); in vmx_vcpu_run()