projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af98d8a
)
sched/fair: Update comments after sched_tick() rename.
author
Sebastian Andrzej Siewior
<bigeasy@linutronix.de>
Thu, 19 Dec 2024 08:58:39 +0000
(09:58 +0100)
committer
Peter Zijlstra
<peterz@infradead.org>
Fri, 20 Dec 2024 14:31:16 +0000
(15:31 +0100)
scheduler_tick() was renamed to sched_tick() in
86dd6c04ef9f2
("sched/balancing: Rename scheduler_tick() => sched_tick()").
Update comments still referring to scheduler_tick.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link:
https://lkml.kernel.org/r/20241219085839.302378-1-bigeasy@linutronix.de
kernel/sched/fair.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/sched/fair.c
b/kernel/sched/fair.c
index 8f641c9e74a833f982849d1b742429195ca559ad..ae8095aa458567c41cc35ac91f8fc2d4df5b536c 100644
(file)
--- a/
kernel/sched/fair.c
+++ b/
kernel/sched/fair.c
@@
-12868,9
+12868,9
@@
out:
/*
* This softirq handler is triggered via SCHED_SOFTIRQ from two places:
*
- * - directly from the local sched
uler
_tick() for periodic load balancing
+ * - directly from the local sched_tick() for periodic load balancing
*
- * - indirectly from a remote sched
uler
_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)