* [PATCH] sched/eevdf: fix typo in the comment of place_entity
@ 2024-01-02 6:49 Liu Song
0 siblings, 0 replies; only message in thread
From: Liu Song @ 2024-01-02 6:49 UTC (permalink / raw)
To: mingo, peterz; +Cc: linux-kernel, liusong
In the derivation of the formula, 'l' should be 'vl_i', fix it.
Signed-off-by: Liu Song <liusong@linux.alibaba.com>
---
kernel/sched/fair.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index bcd0f230e21f..b3dc606ce565 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -5177,7 +5177,7 @@ place_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int flags)
* V' = (\Sum w_j*v_j + w_i*v_i) / (W + w_i)
* = (W*V + w_i*(V - vl_i)) / (W + w_i)
* = (W*V + w_i*V - w_i*vl_i) / (W + w_i)
- * = (V*(W + w_i) - w_i*l) / (W + w_i)
+ * = (V*(W + w_i) - w_i*vl_i) / (W + w_i)
* = V - w_i*vl_i / (W + w_i)
*
* And the actual lag after adding an entity with vl_i is:
--
2.19.1.6.gb485710b
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-01-02 6:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-02 6:49 [PATCH] sched/eevdf: fix typo in the comment of place_entity Liu Song
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®