• Steven Rostedt's avatar
    sched: pull RT tasks from overloaded runqueues · f65eda4f
    Steven Rostedt authored
    This patch adds the algorithm to pull tasks from RT overloaded runqueues.
    
    When a pull RT is initiated, all overloaded runqueues are examined for
    a RT task that is higher in prio than the highest prio task queued on the
    target runqueue. If another runqueue holds a RT task that is of higher
    prio than the highest prio task on the target runqueue is found it is pulled
    to the target runqueue.
    Signed-off-by: default avatarSteven Rostedt <srostedt@redhat.com>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    f65eda4f
sched.c 188 KB