Re: [PATCH 9/9] sched/balancing: Rename run_rebalance_domains() => sched_balance_softirq()

From: Valentin Schneider
Date: Tue Mar 05 2024 - 05:57:46 EST


On 04/03/24 10:48, Ingo Molnar wrote:
> run_rebalance_domains() is a misnomer, as it doesn't only
> run rebalance_domains(), but since the introduction of the
> NOHZ code it also runs nohz_idle_balance().
>
> Rename it to sched_balance_softirq(), reflecting its more
> generic purpose and that it's a softirq handler.
>
> Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
> Cc: Vincent Guittot <vincent.guittot@xxxxxxxxxx>
> Cc: Dietmar Eggemann <dietmar.eggemann@xxxxxxx>
> Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
> Cc: Valentin Schneider <vschneid@xxxxxxxxxx>

Acked-by: Valentin Schneider <vschneid@xxxxxxxxxx>