mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
The "Where to Look" and "ABI Instability" sections state that the ops table is defined in include/linux/sched/ext.h. However, struct sched_ext_ops is actually defined in kernel/sched/ext/internal.h, along with the SCX_OPS_* flags; include/linux/sched/ext.h holds the core data structures (struct sched_ext_entity, struct scx_dispatch_q, ...) and the DSQ constants. Point the ops table references to the correct header. Signed-off-by: Liang Luo <luoliang@kylinos.cn> Reviewed-by: Andrea Righi <arighi@nvidia.com> Signed-off-by: Tejun Heo <tj@kernel.org> |
||
|---|---|---|
| .. | ||
| completion.rst | ||
| index.rst | ||
| membarrier.rst | ||
| sched-arch.rst | ||
| sched-bwc.rst | ||
| sched-capacity.rst | ||
| sched-deadline.rst | ||
| sched-debug.rst | ||
| sched-design-CFS.rst | ||
| sched-domains.rst | ||
| sched-eevdf.rst | ||
| sched-energy.rst | ||
| sched-ext.rst | ||
| sched-nice-design.rst | ||
| sched-pelt.c | ||
| sched-rt-group.rst | ||
| sched-stats.rst | ||
| sched-util-clamp.rst | ||
| schedutil.rst | ||
| text_files.rst | ||