sched/walt: Improve the scheduler

This change is for a general scheduler improvement.

Change-Id: I68b72c7b557edfff685b58ec78525b806f0a7142
Signed-off-by: Stephen Dickey <dickey@codeaurora.org>
This commit is contained in:
Stephen Dickey 2021-08-31 14:05:24 -07:00 committed by Rishabh Bhatnagar
parent dc224f824d
commit 8fd0c42d94

View File

@ -153,7 +153,7 @@ static inline bool walt_target_ok(int target_cpu, int order_index)
(target_cpu == cpumask_first(&cpu_array[order_index][0])));
}
#define MIN_UTIL_FOR_ENERGY_EVAL 10
#define MIN_UTIL_FOR_ENERGY_EVAL 52
static void walt_get_indicies(struct task_struct *p, int *order_index,
int *end_index, int per_task_boost, bool is_uclamp_boosted,
bool *energy_eval_needed)