Loading kernel/sched/fair.c +3 −1 Original line number Diff line number Diff line Loading @@ -10153,7 +10153,6 @@ static int load_balance(int this_cpu, struct rq *this_rq, more_balance: rq_lock_irqsave(busiest, &rf); update_rq_clock(busiest); /* The world might have changed. Validate assumptions */ if (busiest->nr_running <= 1) { Loading @@ -10161,6 +10160,9 @@ static int load_balance(int this_cpu, struct rq *this_rq, env.flags &= ~LBF_ALL_PINNED; goto no_move; } update_rq_clock(busiest); /* * cur_ld_moved - load moved in current iteration * ld_moved - cumulative load moved across iterations Loading Loading
kernel/sched/fair.c +3 −1 Original line number Diff line number Diff line Loading @@ -10153,7 +10153,6 @@ static int load_balance(int this_cpu, struct rq *this_rq, more_balance: rq_lock_irqsave(busiest, &rf); update_rq_clock(busiest); /* The world might have changed. Validate assumptions */ if (busiest->nr_running <= 1) { Loading @@ -10161,6 +10160,9 @@ static int load_balance(int this_cpu, struct rq *this_rq, env.flags &= ~LBF_ALL_PINNED; goto no_move; } update_rq_clock(busiest); /* * cur_ld_moved - load moved in current iteration * ld_moved - cumulative load moved across iterations Loading