Searched refs:stop_one_cpu (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/linux/ |
D | stop_machine.h | 31 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg); 51 static inline int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu() function 89 return stop_one_cpu(raw_smp_processor_id(), fn, arg); in stop_cpus()
|
/Linux-v5.4/kernel/ |
D | stop_machine.c | 123 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu() function
|
/Linux-v5.4/kernel/sched/ |
D | core.c | 1685 stop_one_cpu(cpu_of(rq), migration_cpu_stop, &arg); in __set_cpus_allowed_ptr() 3509 stop_one_cpu(task_cpu(p), migration_cpu_stop, &arg); in sched_exec() 6139 return stop_one_cpu(curr_cpu, migration_cpu_stop, &arg); in migrate_task_to()
|