Home
last modified time | relevance | path

Searched refs:sched_set_stop_task (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/kernel/
Dstop_machine.c484 extern void sched_set_stop_task(int cpu, struct task_struct *stop);
488 sched_set_stop_task(cpu, per_cpu(cpu_stopper.thread, cpu)); in cpu_stop_create()
/linux-4.4.14/kernel/sched/
Dcore.c916 void sched_set_stop_task(int cpu, struct task_struct *stop) in sched_set_stop_task() function