Home
last modified time | relevance | path

Searched refs:smp_call_function (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dsmp.h162 void smp_call_function(smp_call_func_t func, void *info, int wait);
202 #define smp_call_function(func, info, wait) \ macro