Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dstop_machine.c489 extern void sched_set_stop_task(int cpu, struct task_struct *stop);
493 sched_set_stop_task(cpu, per_cpu(cpu_stopper_task, cpu)); in cpu_stop_create()
/linux-4.1.27/kernel/sched/
Dcore.c889 void sched_set_stop_task(int cpu, struct task_struct *stop) in sched_set_stop_task() function