sched: Make PELT acronym definition searchable
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 12 Oct 2023 12:58:24 +0000 (08:58 -0400)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 13 Oct 2023 07:56:30 +0000 (09:56 +0200)
commit1b8a955dd338dfbf39831d4687c25263e885a9cb
treef01fab21cb787dfcdb3ccd20bfa01e07a296cbf6
parentf0498d2a54e7966ce23cd7c7ff42c64fa0059b07
sched: Make PELT acronym definition searchable

The PELT acronym definition can be found right at the top of
kernel/sched/pelt.c (of course), but it cannot be found through use of

grep -r PELT kernel/sched/

Add the acronym "(PELT)" after "Per Entity Load Tracking" at the top of
the source file.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20231012125824.1260774-1-mathieu.desnoyers@efficios.com
kernel/sched/pelt.c