sched/balancing: Rename run_rebalance_domains() => sched_balance_softirq()
authorIngo Molnar <mingo@kernel.org>
Fri, 8 Mar 2024 11:18:07 +0000 (12:18 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 12 Mar 2024 10:59:59 +0000 (11:59 +0100)
commit70a27d6d1b19392a23bb4a41de7788fbc539f18d
treeb979d924d4c7d3e93b0af7b7def4480f968bab82
parent33928ed8bde066316dc3cb6ccf7f74400073652f
sched/balancing: Rename run_rebalance_domains() => sched_balance_softirq()

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@kernel.org>
Reviewed-by: Valentin Schneider <vschneid@redhat.com>
Reviewed-by: Shrikanth Hegde <sshegde@linux.ibm.com>
Link: https://lore.kernel.org/r/20240308111819.1101550-2-mingo@kernel.org
Documentation/scheduler/sched-domains.rst
Documentation/translations/zh_CN/scheduler/sched-domains.rst
kernel/sched/fair.c