Loading kernel/sched/fair.c +2 −1 Original line number Diff line number Diff line Loading @@ -10697,7 +10697,8 @@ static int need_active_balance(struct lb_env *env) return 1; } if (env->src_grp_type == group_misfit_task) if (env->idle != CPU_NOT_IDLE && env->src_grp_type == group_misfit_task) return 1; if (env->src_grp_type == group_overloaded && Loading Loading
kernel/sched/fair.c +2 −1 Original line number Diff line number Diff line Loading @@ -10697,7 +10697,8 @@ static int need_active_balance(struct lb_env *env) return 1; } if (env->src_grp_type == group_misfit_task) if (env->idle != CPU_NOT_IDLE && env->src_grp_type == group_misfit_task) return 1; if (env->src_grp_type == group_overloaded && Loading