Loading kernel/sched/sched.h +3 −2 Original line number Diff line number Diff line Loading @@ -1999,7 +1999,7 @@ cpu_util_freq_walt(int cpu, struct sched_walt_cpu_load *walt_load) walt_load->prev_window_util = util; walt_load->nl = nl; walt_load->pl = pl; walt_load->ws = rq->window_start; walt_load->ws = rq->load_reported_window; } return (util >= capacity) ? capacity : util; Loading Loading @@ -2463,6 +2463,7 @@ static inline void cpufreq_update_util(struct rq *rq, unsigned int flags) (rq->load_reported_window == rq->window_start) && !(flags & exception_flags)) return; if (!(flags & exception_flags)) rq->load_reported_window = rq->window_start; #endif Loading Loading
kernel/sched/sched.h +3 −2 Original line number Diff line number Diff line Loading @@ -1999,7 +1999,7 @@ cpu_util_freq_walt(int cpu, struct sched_walt_cpu_load *walt_load) walt_load->prev_window_util = util; walt_load->nl = nl; walt_load->pl = pl; walt_load->ws = rq->window_start; walt_load->ws = rq->load_reported_window; } return (util >= capacity) ? capacity : util; Loading Loading @@ -2463,6 +2463,7 @@ static inline void cpufreq_update_util(struct rq *rq, unsigned int flags) (rq->load_reported_window == rq->window_start) && !(flags & exception_flags)) return; if (!(flags & exception_flags)) rq->load_reported_window = rq->window_start; #endif Loading