/linux-4.1.27/arch/x86/include/asm/ |
D | smp.h | 72 void (*smp_send_reschedule)(int cpu); member 137 static inline void smp_send_reschedule(int cpu) in smp_send_reschedule() function 139 smp_ops.smp_send_reschedule(cpu); in smp_send_reschedule()
|
/linux-4.1.27/include/linux/ |
D | smp.h | 74 extern void smp_send_reschedule(int cpu); 138 static inline void smp_send_reschedule(int cpu) { } in smp_send_reschedule() function
|
/linux-4.1.27/arch/ia64/kernel/ |
D | smp.c | 224 smp_send_reschedule (int cpu) in smp_send_reschedule() function 228 EXPORT_SYMBOL_GPL(smp_send_reschedule);
|
/linux-4.1.27/arch/tile/kernel/ |
D | smp.c | 261 void smp_send_reschedule(int cpu) in smp_send_reschedule() function 276 void smp_send_reschedule(int cpu) in smp_send_reschedule() function
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | subcore.c | 201 smp_send_reschedule(i); in unsplit_core() 300 smp_send_reschedule(cpu); in cpu_update_split_mode()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | smp.h | 61 static inline void smp_send_reschedule(int cpu) in smp_send_reschedule() function
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | smp.h | 124 extern void smp_send_reschedule (int cpu);
|
/linux-4.1.27/arch/mips/kernel/ |
D | rtlx-cmp.c | 44 smp_send_reschedule(aprp_cpu_index()); in _interrupt_sp()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | smp.c | 132 smp_send_reschedule(nr); in smp_generic_kick_cpu() 277 void smp_send_reschedule(int cpu) in smp_send_reschedule() function 282 EXPORT_SYMBOL_GPL(smp_send_reschedule);
|
/linux-4.1.27/arch/blackfin/mach-bf561/ |
D | smp.c | 86 smp_send_reschedule(cpu); in platform_boot_secondary()
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | smp.c | 232 void smp_send_reschedule(int cpu) in smp_send_reschedule() function
|
/linux-4.1.27/arch/x86/kernel/ |
D | smp.c | 350 .smp_send_reschedule = native_smp_send_reschedule,
|
D | kvm.c | 180 smp_send_reschedule(n->cpu); in apf_task_wake_one()
|
/linux-4.1.27/arch/arc/kernel/ |
D | smp.c | 250 void smp_send_reschedule(int cpu) in smp_send_reschedule() function
|
/linux-4.1.27/arch/sparc/kernel/ |
D | smp_32.c | 124 void smp_send_reschedule(int cpu) in smp_send_reschedule() function
|
D | smp_64.c | 1405 void smp_send_reschedule(int cpu) in smp_send_reschedule() function
|
/linux-4.1.27/arch/parisc/kernel/ |
D | smp.c | 234 smp_send_reschedule(int cpu) { send_IPI_single(cpu, IPI_RESCHEDULE); } in smp_send_reschedule() function
|
/linux-4.1.27/arch/x86/xen/ |
D | smp.c | 715 .smp_send_reschedule = xen_smp_send_reschedule, 774 smp_ops.smp_send_reschedule = xen_smp_send_reschedule; in xen_hvm_smp_init()
|
/linux-4.1.27/arch/blackfin/mach-common/ |
D | smp.c | 217 void smp_send_reschedule(int cpu) in smp_send_reschedule() function
|
/linux-4.1.27/arch/m32r/kernel/ |
D | smp.c | 104 void smp_send_reschedule(int cpu_id) in smp_send_reschedule() function
|
/linux-4.1.27/arch/sh/kernel/ |
D | smp.c | 265 void smp_send_reschedule(int cpu) in smp_send_reschedule() function
|
/linux-4.1.27/arch/arm64/kernel/ |
D | smp.c | 619 void smp_send_reschedule(int cpu) in smp_send_reschedule() function
|
/linux-4.1.27/arch/metag/kernel/ |
D | smp.c | 557 void smp_send_reschedule(int cpu) in smp_send_reschedule() function
|
/linux-4.1.27/arch/arm/kernel/ |
D | smp.c | 642 void smp_send_reschedule(int cpu) in smp_send_reschedule() function
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | smp.c | 375 void smp_send_reschedule(int cpu) in smp_send_reschedule() function
|
/linux-4.1.27/arch/alpha/kernel/ |
D | smp.c | 573 smp_send_reschedule(int cpu) in smp_send_reschedule() function
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | smp.c | 372 void smp_send_reschedule(int cpu) in smp_send_reschedule() function
|
/linux-4.1.27/arch/s390/kernel/ |
D | smp.c | 483 void smp_send_reschedule(int cpu) in smp_send_reschedule() function
|
/linux-4.1.27/kernel/sched/ |
D | core.c | 570 smp_send_reschedule(cpu); in resched_curr() 636 smp_send_reschedule(cpu); in wake_up_idle_cpu() 1295 smp_send_reschedule(cpu); in kick_process() 1587 smp_send_reschedule(cpu); in ttwu_queue_remote() 1608 smp_send_reschedule(cpu); in wake_up_if_idle()
|
D | fair.c | 7430 smp_send_reschedule(ilb_cpu); in nohz_balancer_kick()
|
/linux-4.1.27/kernel/rcu/ |
D | tree_plugin.h | 2618 smp_send_reschedule(cpu); in rcu_kick_nohz_cpu()
|
/linux-4.1.27/virt/kvm/ |
D | kvm_main.c | 1840 smp_send_reschedule(cpu); in kvm_vcpu_kick()
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_hv.c | 131 smp_send_reschedule(cpu); in kvmppc_fast_vcpu_kick_hv()
|
/linux-4.1.27/arch/x86/kvm/ |
D | x86.c | 6350 smp_send_reschedule(vcpu->cpu); in vcpu_enter_guest()
|