aboutsummaryrefslogtreecommitdiff
path: root/kernel/livepatch
diff options
context:
space:
mode:
authorVincent Guittot <vincent.guittot@linaro.org>2022-11-08 16:21:20 +0100
committerVincent Guittot <vincent.guittot@linaro.org>2022-11-09 12:13:35 +0100
commitf864e961417814724e7f273055d58e8a855a0521 (patch)
treea4e3ebf3256e240cb2ea52b621f43ce48ac2d369 /kernel/livepatch
parent2f7003400273ea7ac4741bb228b84073e7b1b829 (diff)
sched/fair: Use augmented rbtree instead of 2 rbtreessched/latency-nice
Use augmented rbtree to save a wakeup_vruntime for the latency sensitive tasks in addition to the normal vruntime instead of using a dedicated rbtree. a wakeup_vruntime field is added on sched_entity that will be set at enqueue to take into account the latency offset wheen needed. A min_vruntime field is also added to the sched_entity for the augmented function to keep track of the minimum wakeup_vruntime of the rb subtree of a node. Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
Diffstat (limited to 'kernel/livepatch')
0 files changed, 0 insertions, 0 deletions