Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Dstop_machine.c299 extern void sched_set_stop_task(int cpu, struct task_struct *stop);
321 sched_set_stop_task(cpu, p); in cpu_stop_cpu_callback()
340 sched_set_stop_task(cpu, NULL); in cpu_stop_cpu_callback()
/linux-3.4.99/kernel/sched/
Dcore.c960 void sched_set_stop_task(int cpu, struct task_struct *stop) in sched_set_stop_task() function