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

/linux-master/include/linux/
H A Dsmp.h202 #define smp_call_function(func, info, wait) \ macro
/linux-master/kernel/
H A Dsmp.c898 void smp_call_function(smp_call_func_t func, void *info, int wait) function
904 EXPORT_SYMBOL(smp_call_function); variable

Completed in 312 milliseconds