mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
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:
parent
dc224f824d
commit
8fd0c42d94
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user