Searched refs:stop_one_cpu (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | stop_machine.h | 32 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg); 52 static inline int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu() function
|
/linux/kernel/ |
H A D | stop_machine.c | 116 * stop_one_cpu - stop a cpu 139 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu() function 373 * Similar to stop_one_cpu() but doesn't wait for completion. The
|
/linux/kernel/sched/ |
H A D | core.c | 5509 stop_one_cpu(task_cpu(p), migration_cpu_stop, &arg); in sched_exec() 7908 return stop_one_cpu(curr_cpu, migration_cpu_stop, &arg); in migrate_task_to()
|