Searched refs:smp_call_function_many (Results 1 - 17 of 17) sorted by relevance

/linux-master/include/linux/
H A Dsmp.h163 void smp_call_function_many(const struct cpumask *mask,
206 #define smp_call_function_many(mask, func, info, wait) \ macro
/linux-master/kernel/sched/
H A Dmembarrier.c299 smp_call_function_many(tmpmask, ipi_mb, NULL, 1);
414 smp_call_function_many(tmpmask, ipi_func, NULL, true);
/linux-master/arch/arm/kernel/
H A Dsmp_tlb.c174 smp_call_function_many(&mask, ipi_flush_tlb_a15_erratum, NULL, 1);
/linux-master/kernel/
H A Dsmp.c861 * smp_call_function_many(): Run a function on a set of CPUs.
876 void smp_call_function_many(const struct cpumask *mask, function
881 EXPORT_SYMBOL(smp_call_function_many); variable
901 smp_call_function_many(cpu_online_mask, func, info, wait);
H A Dscftorture.c114 "smp_call_function_many",
406 smp_call_function_many(cpu_online_mask, scf_handler, scfcp, scfsp->scfs_wait);
/linux-master/arch/powerpc/mm/nohash/
H A Dtlb.c253 smp_call_function_many(mm_cpumask(mm),
298 smp_call_function_many(cpu_mask,
/linux-master/arch/mips/mm/
H A Dc-octeon.c90 smp_call_function_many(&mask, (smp_call_func_t)octeon_local_flush_icache,
H A Dc-r4k.c99 smp_call_function_many(&cpu_foreign_map[smp_processor_id()],
/linux-master/arch/x86/lib/
H A Dmsr-smp.c114 smp_call_function_many(mask, msr_func, &rv, 1);
/linux-master/arch/powerpc/mm/book3s64/
H A Dpgtable.c161 smp_call_function_many(mm_cpumask(mm), do_serialize, mm, 1);
H A Dradix_tlb.c730 smp_call_function_many(mm_cpumask(mm), do_exit_flush_lazy_tlb,
/linux-master/arch/sparc/kernel/
H A Dsmp_64.c904 smp_call_function_many(mm_cpumask(mm), tsb_sync, mm, 1);
1103 smp_call_function_many(mm_cpumask(mm), tlb_pending_func,
/linux-master/arch/x86/kernel/cpu/mce/
H A Dinject.c269 smp_call_function_many(mce_inject_cpumask,
/linux-master/drivers/cpufreq/
H A Dacpi-cpufreq.c326 /* Called via smp_call_function_many(), on the target CPUs */
349 smp_call_function_many(mask, do_drv_write, &cmd, 1);
/linux-master/kernel/time/
H A Dhrtimer.c977 smp_call_function_many(mask, retrigger_next_event, NULL, 1);
/linux-master/arch/x86/xen/
H A Dmmu_pv.c961 smp_call_function_many(mask, drop_mm_ref_this_cpu, mm, 1);
/linux-master/virt/kvm/
H A Dkvm_main.c256 smp_call_function_many(cpus, ack_kick, NULL, wait);

Completed in 265 milliseconds