Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dstop_machine.c538 extern void sched_set_stop_task(int cpu, struct task_struct *stop);
542 sched_set_stop_task(cpu, per_cpu(cpu_stopper.thread, cpu)); in cpu_stop_create()
/Linux-v5.15/kernel/sched/
Dcore.c3416 void sched_set_stop_task(int cpu, struct task_struct *stop) in sched_set_stop_task() function