summaryrefslogtreecommitdiffstats
path: root/kernel/sched/pelt.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2024-03-08 12:18:15 +0100
committerIngo Molnar <mingo@kernel.org>2024-03-12 12:00:00 +0100
commit391b7a5335c45b2bafe535cb440836ccd17515aa (patch)
tree5d9d724f7ef4e960ac6b064269b89c530150f327 /kernel/sched/pelt.c
parent82cf921432fc184adbbb9c1bced182564876ec5e (diff)
downloadlinux-stable-391b7a5335c45b2bafe535cb440836ccd17515aa.tar.gz
linux-stable-391b7a5335c45b2bafe535cb440836ccd17515aa.tar.bz2
linux-stable-391b7a5335c45b2bafe535cb440836ccd17515aa.zip
sched/balancing: Rename update_blocked_averages() => sched_balance_update_blocked_averages()
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-10-mingo@kernel.org
Diffstat (limited to 'kernel/sched/pelt.c')
-rw-r--r--kernel/sched/pelt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/pelt.c b/kernel/sched/pelt.c
index 63b6cf898220..f80955ecdce6 100644
--- a/kernel/sched/pelt.c
+++ b/kernel/sched/pelt.c
@@ -209,7 +209,7 @@ ___update_load_sum(u64 now, struct sched_avg *sa,
* This means that weight will be 0 but not running for a sched_entity
* but also for a cfs_rq if the latter becomes idle. As an example,
* this happens during idle_balance() which calls
- * update_blocked_averages().
+ * sched_balance_update_blocked_averages().
*
* Also see the comment in accumulate_sum().
*/