Searched refs:smp_call_function_any (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/include/linux/ | 
| D | smp.h | 99 int smp_call_function_any(const struct cpumask *mask, 145 smp_call_function_any(const struct cpumask *mask, smp_call_func_t func,  in smp_call_function_any()  function
  | 
| /linux-4.1.27/drivers/cpufreq/ | 
| D | powernv-cpufreq.c | 258 	smp_call_function_any(cpu_sibling_mask(cpu), powernv_read_cpu_freq,  in powernv_cpufreq_get() 362 	smp_call_function_any(policy->cpus, set_pstate, &freq_data, 1);  in powernv_cpufreq_target_index()
  | 
| D | acpi-cpufreq.c | 315 	err = smp_call_function_any(cmd->mask, do_drv_read, cmd, 1);  in drv_read()
  | 
| /linux-4.1.27/kernel/ | 
| D | smp.c | 361 int smp_call_function_any(const struct cpumask *mask,  in smp_call_function_any()  function 388 EXPORT_SYMBOL_GPL(smp_call_function_any);
  |