diff options
author | 2024-11-29 11:15:41 +0100 | |
---|---|---|
committer | 2024-12-09 11:48:13 +0100 | |
commit | 2a77e4be12cb58bbf774e7c717c8bb80e128b7a4 (patch) | |
tree | 54ed38b9bc900235dbf85151e445a73172cb788a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | sched/fair: Mark m*_vruntime() with __maybe_unused (diff) | |
download | wireguard-linux-2a77e4be12cb58bbf774e7c717c8bb80e128b7a4.tar.xz wireguard-linux-2a77e4be12cb58bbf774e7c717c8bb80e128b7a4.zip |
sched/fair: Untangle NEXT_BUDDY and pick_next_task()
There are 3 sites using set_next_buddy() and only one is conditional
on NEXT_BUDDY, the other two sites are unconditional; to note:
- yield_to_task()
- cgroup dequeue / pick optimization
However, having NEXT_BUDDY control both the wakeup-preemption and the
picking side of things means its near useless.
Fixes: 147f3efaa241 ("sched/fair: Implement an EEVDF-like scheduling policy")
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20241129101541.GA33464@noisy.programming.kicks-ass.net
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions