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

/linux-4.4.14/kernel/
H A Dstop_machine.c51 * Avoids a race between stop_two_cpus and global stop_cpus, where
53 * system deadlock. Using an lglock means stop_two_cpus remains
245 * stop_two_cpus - stops two cpus
255 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg) stop_two_cpus() function
/linux-4.4.14/include/linux/
H A Dstop_machine.h31 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg);
/linux-4.4.14/kernel/sched/
H A Dcore.c1405 ret = stop_two_cpus(arg.dst_cpu, arg.src_cpu, migrate_swap_stop, &arg); migrate_swap()

Completed in 96 milliseconds