Searched refs:smp_call_function_single (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dsmp.h122 extern int smp_call_function_single (int cpuid, void (*func) (void *info), void *info,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dsmp.h122 extern int smp_call_function_single (int cpuid, void (*func) (void *info), void *info,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dia64_ksyms.c85 EXPORT_SYMBOL(smp_call_function_single); variable
H A Dsmp.c19 * smp_call_function_single to resend IPI on timeouts
208 smp_call_function_single (int cpuid, void (*func) (void *info), void *info, int nonatomic, function
H A Dsmpboot.c237 if (smp_call_function_single(master, sync_master, NULL, 1, 0) < 0) {
H A Dpalinfo.c872 if ((ret=smp_call_function_single(f->req_cpu, palinfo_smp_call, &ptr, 0, 1))) {
H A Dperfmon.c3189 if ((ret=smp_call_function_single(cpu, pfm_handle_fetch_regs, &arg, 0, 1))) {

Completed in 106 milliseconds