Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dstop_machine.h114 int stop_machine(int (*fn)(void *), void *data, const struct cpumask *cpus);
139 static inline int stop_machine(int (*fn)(void *), void *data, in stop_machine() function
/linux-2.6.39/kernel/
Dstop_machine.c478 int stop_machine(int (*fn)(void *), void *data, const struct cpumask *cpus) in stop_machine() function
488 EXPORT_SYMBOL_GPL(stop_machine);
DMakefile71 obj-$(CONFIG_SMP) += stop_machine.o
Dmodule.c697 return stop_machine(__try_stop_module, &sref, NULL); in try_stop_module()
1682 stop_machine(__unlink_module, mod, NULL); in free_module()
/linux-2.6.39/arch/s390/kernel/
Dkprobes.c158 stop_machine(swap_instruction, &args, NULL); in arch_arm_kprobe()
167 stop_machine(swap_instruction, &args, NULL); in arch_disarm_kprobe()
Dtime.c813 rc = stop_machine(etr_sync_clock, &etr_sync, &cpu_online_map); in etr_sync_clock_stop()
1582 stop_machine(stp_sync_clock, &stp_sync, &cpu_online_map); in stp_work_fn()
/linux-2.6.39/drivers/xen/
Dmanage.c155 err = stop_machine(xen_suspend, &si, cpumask_of(0)); in do_suspend()
/linux-2.6.39/drivers/char/hw_random/
Dintel-rng.c373 err = stop_machine(intel_rng_hw_init, intel_rng_hw, NULL); in mod_init()
/linux-2.6.39/arch/arm/kernel/
Dkprobes.c105 stop_machine(__arch_disarm_kprobe, p, &cpu_online_map); in arch_disarm_kprobe()
/linux-2.6.39/kernel/time/
Dtimekeeping.c458 stop_machine(change_clocksource, clock, NULL); in timekeeping_notify()
/linux-2.6.39/kernel/trace/
DKconfig404 were made. If so, it runs stop_machine (stops all CPUS)
Dftrace.c1166 stop_machine(__ftrace_modify_code, &command, NULL); in ftrace_run_update_code()
/linux-2.6.39/mm/
Dpage_alloc.c3220 stop_machine(__build_all_zonelists, NULL, NULL); in build_all_zonelists()
3639 stop_machine(__zone_pcp_update, zone, NULL); in zone_pcp_update()
/linux-2.6.39/Documentation/
Dkprobes.txt242 After that, the Kprobe-optimizer calls stop_machine() to replace
/linux-2.6.39/init/
DKconfig1390 Need stop_machine() primitive.