Searched refs:stop_machine_run (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dstop_machine.h12 * stop_machine_run: freeze the machine on all CPUs and run this function
24 int stop_machine_run(int (*fn)(void *), void *data, unsigned int cpu);
41 static inline int stop_machine_run(int (*fn)(void *), void *data, function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dstop_machine.c200 int stop_machine_run(int (*fn)(void *), void *data, unsigned int cpu) function
216 EXPORT_SYMBOL_GPL(stop_machine_run); variable
H A Dmodule.c624 return stop_machine_run(__try_stop_module, &sref, NR_CPUS);
1200 stop_machine_run(__unlink_module, mod, NR_CPUS);
1999 stop_machine_run(__link_module, mod, NR_CPUS);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dkprobes.c200 stop_machine_run(swap_instruction, &args, NR_CPUS);
215 stop_machine_run(swap_instruction, &args, NR_CPUS);
335 * use stop_machine_run to arm/disarm the breakpoints.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/hw_random/
H A Dintel-rng.c235 /* interrupts disabled in stop_machine_run call */
361 * Use stop_machine_run because IPIs can be blocked by disabling
364 err = stop_machine_run(intel_rng_hw_init, intel_rng_hw, NR_CPUS);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dpage_alloc.c1844 /* return values int ....just for stop_machine_run() */
1871 stop_machine_run(__build_all_zonelists, NULL, NR_CPUS);

Completed in 185 milliseconds