Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/
Dstop_machine.c540 sched_set_stop_task(cpu, per_cpu(cpu_stopper.thread, cpu)); in cpu_stop_create()
/Linux-v6.6/include/linux/
Dsched.h2458 extern void sched_set_stop_task(int cpu, struct task_struct *stop);
/Linux-v6.6/kernel/sched/
Dcore.c3651 void sched_set_stop_task(int cpu, struct task_struct *stop) in sched_set_stop_task() function