Home
last modified time | relevance | path

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

/linux/kernel/
H A Dup.c58 int smp_call_on_cpu(unsigned int cpu, int (*func)(void *), void *par, bool phys) in smp_call_on_cpu() function
73 EXPORT_SYMBOL_GPL(smp_call_on_cpu);
/linux/include/linux/
H A Dsmp.h289 int smp_call_on_cpu(unsigned int cpu, int (*func)(void *), void *par,
/linux/arch/riscv/kernel/
H A Dunaligned_access_speed.c248 smp_call_on_cpu(0, check_unaligned_access, bufs[0], true); in check_unaligned_access_speed_all_cpus()