Re: [PATCH 0/4] sched/rt: Distribute tasks in find_lowest_rq()
From: Steven Rostedt
Date: Tue Apr 14 2020 - 16:29:01 EST
On Tue, 14 Apr 2020 19:58:49 +0100
Valentin Schneider <valentin.schneider@xxxxxxx> wrote:
> To move this forward, I would suggest renaming the current cpumask_any_*()
> into cpumask_first_*(), and THEN introduce the new pseudo-random
> ones. People are then free to hand-fix specific locations if it makes sense
> there, like you're doing for RT.
Or leave "cpumask_any()" as is, and create a new "cpumask_random()" for
this purpose.
-- Steve