Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dstop_machine.c541 sched_set_stop_task(cpu, per_cpu(cpu_stopper.thread, cpu)); in cpu_stop_create()
/linux-6.15/include/linux/
H A Dsched.h2263 extern void sched_set_stop_task(int cpu, struct task_struct *stop);
/linux-6.15/kernel/sched/
H A Dcore.c3605 void sched_set_stop_task(int cpu, struct task_struct *stop) in sched_set_stop_task() function