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

/linux-master/include/linux/
H A Dstop_machine.h33 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg);
/linux-master/kernel/
H A Dstop_machine.c324 * stop_two_cpus - stops two cpus
334 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg) function
/linux-master/kernel/sched/
H A Dcore.c3505 ret = stop_two_cpus(arg.dst_cpu, arg.src_cpu, migrate_swap_stop, &arg);

Completed in 148 milliseconds