Searched refs:stop_one_cpu (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.h30 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg);
46 static inline int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) function
81 return stop_one_cpu(raw_smp_processor_id(), fn, arg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dstop_machine.c81 * stop_one_cpu - stop a cpu
104 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) function
121 * Similar to stop_one_cpu() but doesn't wait for completion. The
H A Dsched.c3360 stop_one_cpu(cpu_of(rq), migration_cpu_stop, &arg);
5584 * stop_one_cpu().
5590 * 5) stopper completes and stop_one_cpu() returns and the migration
5650 stop_one_cpu(cpu_of(rq), migration_cpu_stop, &arg);

Completed in 130 milliseconds