[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tencent_6DEF4AAC658C70E251EC42D0A870E8581805@qq.com>
Date: Tue, 24 Sep 2024 09:42:24 +0800
From: Canfeng Guo <gcf2000@...mail.com>
To: mingo@...nel.org
Cc: peterz@...radead.org,
juri.lelli@...hat.com,
linux-kernel@...r.kernel.org,
Canfeng Guo <gcf2000@...mail.com>
Subject: [PATCH] sched: Complete Renaming of scheduler_tick() to sched_tick()
scheduler_tick() was already renamed to sched_tick(), but this was missed.
The previous commit record can be found at
https://lore.kernel.org/all/Zer1o5bhkiq1cxaj@gmail.com/
Signed-off-by: Canfeng Guo <gcf2000@...mail.com>
---
kernel/sched/fair.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 8dc9385f6da4..6866908a100b 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -12478,9 +12478,9 @@ static int sched_balance_newidle(struct rq *this_rq, struct rq_flags *rf)
/*
* This softirq handler is triggered via SCHED_SOFTIRQ from two places:
*
- * - directly from the local scheduler_tick() for periodic load balancing
+ * - directly from the local sched_tick() for periodic load balancing
*
- * - indirectly from a remote scheduler_tick() for NOHZ idle balancing
+ * - indirectly from a remote sched_tick() for NOHZ idle balancing
* through the SMP cross-call nohz_csd_func()
*/
static __latent_entropy void sched_balance_softirq(void)
--
2.20.1
Powered by blists - more mailing lists