Skip to content
Commit 9ca7166c authored by Dietmar Eggemann's avatar Dietmar Eggemann Committed by Ionela Voinescu
Browse files

sched/deadline: Pull/push runnable DL misfit task



Create a misfit task specific rb tree `pushable_dl_misfits_root` next
to the existing `pushable_dl_tasks_root`.
Check the former before the latter for a pushable task during push
(push_dl_task() -> pick_next_pushable_dl_task()) and pull
(pull_dl_task() -> pick_earliest_pushable_dl_task()) operations.

Signed-off-by: Dietmar Eggemann's avatarDietmar Eggemann <dietmar.eggemann@arm.com>
parent a5ae20d1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment