Searched refs:smp_call_function_single (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/include/asm-ia64/ |
D | smp.h | 124 extern int smp_call_function_single (int cpuid, void (*func) (void *info), void *info,
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | ia64_ksyms.c | 93 EXPORT_SYMBOL(smp_call_function_single);
|
D | smp.c | 220 smp_call_function_single (int cpuid, void (*func) (void *info), void *info, int nonatomic, in smp_call_function_single() function
|
D | smpboot.c | 238 if (smp_call_function_single(master, sync_master, NULL, 1, 0) < 0) { in ia64_sync_itc()
|
D | palinfo.c | 844 if ((ret=smp_call_function_single(f->req_cpu, palinfo_smp_call, &ptr, 0, 1))) { in palinfo_handle_smp()
|