Home
last modified time | relevance | path

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

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