Home
last modified time | relevance | path

Searched refs:smp_call_function_single_async (Results 1 – 18 of 18) sorted by relevance

/linux/kernel/
H A Dup.c28 int smp_call_function_single_async(int cpu, call_single_data_t *csd) in smp_call_function_single_async() function
37 EXPORT_SYMBOL(smp_call_function_single_async);
H A Dsmp.c710 int smp_call_function_single_async(int cpu, call_single_data_t *csd) in smp_call_function_single_async() function
731 EXPORT_SYMBOL_GPL(smp_call_function_single_async);
/linux/arch/arm/kernel/
H A Dmachine_kexec.c116 smp_call_function_single_async(cpu, csd); in crash_smp_send_stop()
/linux/arch/x86/kernel/
H A Dcpuid.c83 err = smp_call_function_single_async(cpu, &csd); in cpuid_read()
/linux/include/linux/
H A Dsmp.h56 int smp_call_function_single_async(int cpu, call_single_data_t *csd);
/linux/arch/x86/lib/
H A Dmsr-smp.c179 err = smp_call_function_single_async(cpu, &csd); in rdmsr_safe_on_cpu()
/linux/arch/loongarch/kernel/
H A Dprocess.c350 smp_call_function_single_async(cpu, csd); in raise_backtrace()
/linux/drivers/cpuidle/
H A Dcoupled.c337 smp_call_function_single_async(cpu, csd); in cpuidle_coupled_poke()
/linux/drivers/clocksource/
H A Dingenic-timer.c123 smp_call_function_single_async(timer->cpu, csd); in ingenic_tcu_cevt_cb()
/linux/arch/mips/kernel/
H A Dsmp.c737 smp_call_function_single_async(cpu, csd); in tick_broadcast()
H A Dprocess.c750 smp_call_function_single_async(cpu, csd); in raise_backtrace()
/linux/arch/s390/pci/
H A Dpci_irq.c216 smp_call_function_single_async(cpu, &cpu_data->csd); in zpci_handle_fallback_irq()
/linux/kernel/debug/
H A Ddebug_core.c267 ret = smp_call_function_single_async(cpu, csd); in kgdb_roundup_cpus()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_core.c742 smp_call_function_single_async(droq->cpu_id, &droq->csd); in liquidio_napi_drv_callback()
/linux/block/
H A Dblk-mq.c1178 smp_call_function_single_async(cpu, &per_cpu(blk_cpu_csd, cpu)); in blk_mq_complete_send_ipi()
/linux/net/core/
H A Ddev.c4809 smp_call_function_single_async(cpu, &sd->defer_csd); in kick_defer_list_purge()
6057 smp_call_function_single_async(remsd->cpu, &remsd->csd); in net_rps_send_ipi()
/linux/kernel/sched/
H A Dfair.c6171 smp_call_function_single_async(cpu_of(rq), &rq->cfsb_csd); in __unthrottle_cfs_rq_async()
12277 smp_call_function_single_async(ilb_cpu, &cpu_rq(ilb_cpu)->nohz_csd); in kick_ilb()
H A Dcore.c884 smp_call_function_single_async(cpu_of(rq), &rq->hrtick_csd); in hrtick_start()