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

/linux-master/kernel/
H A Dstop_machine.c44 struct cpu_stop_work stop_work; /* for stop_cpus */
66 /* static data for stop_cpus */
436 * stop_cpus - stop multiple cpus
452 * All stop_cpus() calls are serialized making it safe for @fn to wait
463 static int stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) function
619 return stop_cpus(cpu_online_mask, multi_cpu_stop, &msdata);
650 return stop_cpus(smt_mask, multi_cpu_stop, &msdata);

Completed in 82 milliseconds