]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sched_ext: idle: clarify comments
authorAndrea Righi <arighi@nvidia.com>
Sat, 28 Dec 2024 10:04:11 +0000 (11:04 +0100)
committerTejun Heo <tj@kernel.org>
Sun, 29 Dec 2024 22:44:15 +0000 (12:44 -1000)
commit02f034dcbf3dcb0989e638fdc00d10984dc2278b
tree681514f7988f56f9df84a7b1ca8311b139cfea3b
parent9cf9aceed21e3f08c94108bd688e812effce4423
sched_ext: idle: clarify comments

Add a comments to clarify about the usage of cpumask_intersects().

Moreover, update scx_select_cpu_dfl() description clarifying that the
final step of the idle selection logic involves searching for any idle
CPU in the system that the task can use.

Reviewed-by: Yury Norov <yury.norov@gmail.com>
Signed-off-by: Andrea Righi <arighi@nvidia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.c