Searched refs:__stop_machine (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dstop_machine.h117 * __stop_machine: freeze the machine on all CPUs and run this function
125 int __stop_machine(int (*fn)(void *), void *data, const struct cpumask *cpus);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dstop_machine.c463 int __stop_machine(int (*fn)(void *), void *data, const struct cpumask *cpus) function
480 ret = __stop_machine(fn, data, cpus);
H A Dcpu.c247 err = __stop_machine(take_cpu_down, &tcd_param, cpumask_of(cpu));

Completed in 142 milliseconds