Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dstop_machine.h42 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg);
/OK3568_Linux_fs/kernel/kernel/
H A Dstop_machine.c309 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg) in stop_two_cpus() function
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c2323 ret = stop_two_cpus(arg.dst_cpu, arg.src_cpu, migrate_swap_stop, &arg); in migrate_swap()