Home
last modified time | relevance | path

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

/linux/kernel/
H A Dstop_machine.c540 sched_set_stop_task(cpu, per_cpu(cpu_stopper.thread, cpu)); in cpu_stop_create()
/linux/include/linux/
H A Dsched.h2192 extern void sched_set_stop_task(int cpu, struct task_struct *stop);
/linux/kernel/sched/
H A Dcore.c3657 void sched_set_stop_task(int cpu, struct task_struct *stop) in sched_set_stop_task() function