Searched refs:__smp_call_function_single (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/ |
| H A D | smp.c | 683 static int __smp_call_function_single(int cpu, smp_call_func_t func, in __smp_call_function_single() function 766 return __smp_call_function_single(cpu, func, info, NULL, wait); in smp_call_function_single() 832 return __smp_call_function_single(-1, func, info, mask, wait); in smp_call_function_any()
|