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 <dietmar.eggemann@arm.com>
Loading
Please register or sign in to comment