Searched refs:on_each_cpu_cond_mask (Results 1 – 4 of 4) sorted by relevance
| /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() function 85 EXPORT_SYMBOL(on_each_cpu_cond_mask); 90 on_each_cpu_cond_mask(cond_func, func, info, wait, NULL); in on_each_cpu_cond()
|
| H A D | smp.c | 899 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond_mask() function 914 EXPORT_SYMBOL(on_each_cpu_cond_mask); 919 on_each_cpu_cond_mask(cond_func, func, info, wait, cpu_online_mask); in on_each_cpu_cond()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | smp.h | 74 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func,
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | tlb.c | 822 on_each_cpu_cond_mask(tlb_is_not_lazy, flush_tlb_func_remote, in native_flush_tlb_others()
|