Home
last modified time | relevance | path

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

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