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
Showing
- Documentation/scheduler/sched-domains.rst 2 additions, 2 deletionsDocumentation/scheduler/sched-domains.rst
- Documentation/scheduler/sched-stats.rst 16 additions, 16 deletionsDocumentation/scheduler/sched-stats.rst
- Documentation/translations/zh_CN/scheduler/sched-domains.rst 2 additions, 2 deletionsDocumentation/translations/zh_CN/scheduler/sched-domains.rst
- Documentation/translations/zh_CN/scheduler/sched-stats.rst 15 additions, 15 deletionsDocumentation/translations/zh_CN/scheduler/sched-stats.rst
- include/linux/sched/topology.h 1 addition, 1 deletioninclude/linux/sched/topology.h
- kernel/sched/fair.c 5 additions, 5 deletionskernel/sched/fair.c
Loading
Please register or sign in to comment