Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 1323302a authored by Pavankumar Kondeti's avatar Pavankumar Kondeti
Browse files

sched/fair: Skips the CPUs which can't fit the task



The current task placement code does not explicitly check
if a task fits on a CPU or not. Instead it relies on other
checks like new utilization is not above CPU's original
capacity and CPU has enough head room after accommodating
this task. These does not take the sched_upmigrate and
sched_downmigrate thresholds into account. Add an explicit
check to skip sched group that can't fit the task.

Change-Id: I49e9fdbe7490654d7b8fe08034dba2b29173e5db
Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
parent 9fff4080
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment