Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dsmp.h100 int smp_call_function(smp_call_func_t func, void *info, int wait);
147 #define smp_call_function(func, info, wait) \ macro