sched_ext: idle: Make idle static keys private
authorAndrea Righi <arighi@nvidia.com>
Fri, 14 Feb 2025 19:40:04 +0000 (20:40 +0100)
committerTejun Heo <tj@kernel.org>
Sun, 16 Feb 2025 16:52:20 +0000 (06:52 -1000)
commitd73249f88743df63a2bdce0e3153369963113710
tree66d137741c8a2ab1d2ca978d7f574ba91f135ebb
parentf09177ca5f242a32368a2e9414dce4c90dc1d405
sched_ext: idle: Make idle static keys private

Make all the static keys used by the idle CPU selection policy private
to ext_idle.c. This avoids unnecessary exposure in headers and improves
code encapsulation.

Cc: 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
kernel/sched/ext_idle.c
kernel/sched/ext_idle.h