Searched refs:smp_cond_func_t (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | smp.h | 18 typedef bool (*smp_cond_func_t)(int cpu, void *info); typedef 71 void on_each_cpu_cond(smp_cond_func_t cond_func, smp_call_func_t func, 74 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func,
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | up.c | 72 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond_mask() 87 void on_each_cpu_cond(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond()
|
| H A D | smp.c | 614 bool wait, smp_cond_func_t cond_func) in smp_call_function_many_cond() 899 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond_mask() 916 void on_each_cpu_cond(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond()
|