Loading kernel/sched/fair.c +1 −1 Original line number Diff line number Diff line Loading @@ -7006,7 +7006,7 @@ int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu, cpumask_t *candidates; bool is_rtg, curr_is_rtg; struct find_best_target_env fbt_env; bool need_idle = wake_to_idle(p); bool need_idle = wake_to_idle(p) || uclamp_latency_sensitive(p); u64 start_t = 0; int delta = 0; int task_boost = per_task_boost(p); Loading Loading
kernel/sched/fair.c +1 −1 Original line number Diff line number Diff line Loading @@ -7006,7 +7006,7 @@ int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu, cpumask_t *candidates; bool is_rtg, curr_is_rtg; struct find_best_target_env fbt_env; bool need_idle = wake_to_idle(p); bool need_idle = wake_to_idle(p) || uclamp_latency_sensitive(p); u64 start_t = 0; int delta = 0; int task_boost = per_task_boost(p); Loading