sched/balancing: Rename load_balance() => sched_balance_rq()
authorIngo Molnar <mingo@kernel.org>
Fri, 8 Mar 2024 11:18:11 +0000 (12:18 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 12 Mar 2024 11:00:00 +0000 (12:00 +0100)
commit4c3e509ea9f249458e8692f8298cceac73105948
treef2483ac2958d6bc6147a76d444a81888a0154b42
parent14ff4dbd34f46cc6b6105f549983321241ccbba9
sched/balancing: Rename load_balance() => sched_balance_rq()

Standardize scheduler load-balancing function names on the
sched_balance_() prefix.

Also load_balance() has become somewhat of a misnomer: historically
it was the first and primary load-balancing function that was called,
but with the introduction of sched domains, it's become a lower
layer function that balances runqueues.

Rename it to sched_balance_rq() accordingly.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Shrikanth Hegde <sshegde@linux.ibm.com>
Link: https://lore.kernel.org/r/20240308111819.1101550-6-mingo@kernel.org
Documentation/scheduler/sched-domains.rst
Documentation/scheduler/sched-stats.rst
Documentation/translations/zh_CN/scheduler/sched-domains.rst
Documentation/translations/zh_CN/scheduler/sched-stats.rst
include/linux/sched/topology.h
kernel/sched/fair.c