Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dstop_machine.c533 extern void sched_set_stop_task(int cpu, struct task_struct *stop);
537 sched_set_stop_task(cpu, per_cpu(cpu_stopper.thread, cpu)); in cpu_stop_create()
/Linux-v4.19/kernel/sched/
Dcore.c1557 void sched_set_stop_task(int cpu, struct task_struct *stop) in sched_set_stop_task() function