Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

scx: Pick an idle cpu when select runqueue with WF_EXEC #221

Closed
wants to merge 1 commit into from

Commits on Jun 13, 2024

  1. scx: Pick an idle cpu when select runqueue with WF_EXEC

    If the caller of select_task_rq_scx() calls with WF_EXEC, it's a
    valuable balancing opportunity to perform task migration. Although
    runqueue can't dictate where the task is going to run, we can still take
    advantage of this good opportunity by selecting an idle core, rather
    than doing nothing.
    
    Signed-off-by: I Hsin Cheng <[email protected]>
    vax-r committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e0479c9 View commit details
    Browse the repository at this point in the history