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

Commit 63ebb55f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched/walt: Improve the scheduler"

parents 7227f826 cfd1a85c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2081,7 +2081,7 @@ void mark_task_starting(struct task_struct *p)


#define pct_to_min_scaled(tunable) \
#define pct_to_min_scaled(tunable) \
		div64_u64(((u64)sched_ravg_window * tunable) << 10, \
		div64_u64(((u64)sched_ravg_window * tunable) << 10, \
			   (u64)sched_cluster[0]->load_scale_factor)
			   (u64)sched_cluster[0]->load_scale_factor * 100)


static inline void walt_update_group_thresholds(void)
static inline void walt_update_group_thresholds(void)
{
{