Searched defs:smp_call_function (Results 1 - 3 of 3) sorted by relevance

/arch/um/kernel/
H A Dsmp.c207 int smp_call_function(void (*_func)(void *info), void *_info, int wait) function
/arch/cris/arch-v32/kernel/
H A Dsmp.c194 smp_call_function(stop_this_cpu, NULL, 0);
317 int smp_call_function(void (*func)(void *info), void *info, int wait) function
/arch/blackfin/mach-common/
H A Dsmp.c272 int smp_call_function(void (*func)(void *info), void *info, int wait) function
286 EXPORT_SYMBOL_GPL(smp_call_function); variable
482 if (smp_call_function(&ipi_flush_icache, &smp_flush_data, 1))

Completed in 1572 milliseconds