Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dstop_machine.h30 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg);
47 static inline int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu() function
82 return stop_one_cpu(raw_smp_processor_id(), fn, arg); in stop_cpus()
/linux-4.1.27/kernel/
Dstop_machine.c116 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu() function
/linux-4.1.27/kernel/sched/
Dcore.c2433 stop_one_cpu(task_cpu(p), migration_cpu_stop, &arg); in sched_exec()
4816 stop_one_cpu(cpu_of(rq), migration_cpu_stop, &arg); in set_cpus_allowed_ptr()
4889 return stop_one_cpu(curr_cpu, migration_cpu_stop, &arg); in migrate_task_to()