commit | 24d0f4c9f39e1d4025a4157ca197e88e11597a15 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Sep 02 13:40:55 2025 -1000 |
committer | Tejun Heo <tj@kernel.org> | Tue Sep 02 13:40:55 2025 -1000 |
tree | 4f98b36589fd08a41b8b299666a54121172da2f7 | |
parent | e5908039a6cf0e197df133dd7a275644ffb4a8c7 [diff] |
sched_ext: Move internal type and accessor definitions to ext_internal.h There currently isn't a place to place SCX-internal types and accessors to be shared between ext.c and ext_idle.c. Create kernel/sched/ext_internal.h and move internal type and accessor definitions there. This trims ext.c a bit and makes future additions easier. Pure code reorganization. No functional changes. Signed-off-by: Tejun Heo <tj@kernel.org>