Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dstop_machine.h41 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg);
63 static inline int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu() function
/OK3568_Linux_fs/kernel/kernel/
H A Dstop_machine.c114 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu() function
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c2052 stop_one_cpu(cpu_of(rq), migration_cpu_stop, &arg); in __set_cpus_allowed_ptr_locked()
4173 stop_one_cpu(task_cpu(p), migration_cpu_stop, &arg); in sched_exec()
6925 return stop_one_cpu(curr_cpu, migration_cpu_stop, &arg); in migrate_task_to()