You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
sched: push RT tasks from overloaded CPUs
This patch adds pushing of overloaded RT tasks from a runqueue that is having tasks (most likely RT tasks) added to the run queue. TODO: We don't cover the case of waking of new RT tasks (yet). Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
f65eda4f78
commit
4642dafdf9
@@ -1710,6 +1710,7 @@ out_activate:
|
||||
|
||||
out_running:
|
||||
p->state = TASK_RUNNING;
|
||||
wakeup_balance_rt(rq, p);
|
||||
out:
|
||||
task_rq_unlock(rq, &flags);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user