]> 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:04:34 +0000 (14:04 +0100)
commit28d4e164cdaaa0a962725713e23092a4079cd797
treeea797699c0ede040cebc26cce34fa661f457a9df
parent8f63b2eb4e447704543f967c547f794447cba1a4
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