]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
sched/balancing: Rename newidle_balance() => sched_balance_newidle()
authorIngo Molnar <mingo@kernel.org>
Fri, 8 Mar 2024 11:18:16 +0000 (12:18 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Oct 2025 13:03:09 +0000 (14:03 +0100)
commit15fda76f7a57a0ed319863e45c019d21ca229624
treeee4078b19436797d38adf5f55624f25e18597a8d
parent343e991e2596a35c248f41bffb72ac905eb3dd4c
sched/balancing: Rename newidle_balance() => sched_balance_newidle()

[ Upstream commit 7d058285cd77cc1411c91efd1b1673530bb1bee8 ]

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

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Shrikanth Hegde <sshegde@linux.ibm.com>
Link: https://lore.kernel.org/r/20240308111819.1101550-11-mingo@kernel.org
Stable-dep-of: 17e3e88ed0b6 ("sched/fair: Fix pelt lost idle time detection")
Signed-off-by: Sasha Levin <sashal@kernel.org>
kernel/sched/fair.c