Re: [PATCH v3 09/14] sched: Split scheduler execution context

From: Peter Zijlstra
Date: Sat Apr 22 2023 - 06:15:24 EST


On Tue, Apr 11, 2023 at 04:25:06AM +0000, John Stultz wrote:
> From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
>
> Lets define the scheduling context as all the scheduler state in
> task_struct and the execution context as all state required to run the
> task.
>
> Currently both are intertwined in task_struct. We want to logically
> split these such that we can run the execution context of one task
> with the scheduling context of another.
>
> To this purpose introduce rq_selected() to point to the task_struct
> used for scheduler state and preserve rq_curr() to denote the execution
> context.

I can't say I like the rq_selected() naming :/