diff options
author | Chuyi Zhou <[email protected]> | 2024-07-17 22:33:42 +0800 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2024-07-29 12:22:34 +0200 |
commit | 2c2d9624697fc5e7dd84490ae01b80cc43ec2def (patch) | |
tree | de823254cdede10614d8f4045055fce19a8d9ab7 /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | 0ec8d5aed4d14055aab4e2746def33f8b0d409c3 (diff) |
sched/fair: Remove cfs_rq::nr_spread_over and cfs_rq::exec_clock
nr_spread_over tracks the number of instances where the difference
between a scheduling entity's virtual runtime and the minimum virtual
runtime in the runqueue exceeds three times the scheduler latency,
indicating significant disparity in task scheduling.
Commit that removed its usage: 5e963f2bd: sched/fair: Commit to EEVDF
cfs_rq->exec_clock was used to account for time spent executing tasks.
Commit that removed its usage: 5d69eca542ee1 sched: Unify runtime
accounting across classes
cfs_rq::nr_spread_over and cfs_rq::exec_clock are not used anymore in
eevdf. Remove them from struct cfs_rq.
Signed-off-by: Chuyi Zhou <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Chengming Zhou <[email protected]>
Reviewed-by: K Prateek Nayak <[email protected]>
Acked-by: Vishal Chourasia <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions