mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
3624ba7b5e
After commit 8a99b6833c
("sched: Move SCHED_DEBUG sysctl to
debugfs"), some NUMA balancing sysctls enclosed with SCHED_DEBUG has
been moved to debugfs. This patch move the document for these
sysctls from
Documentation/admin-guide/sysctl/kernel.rst
to
Documentation/scheduler/sched-debug.rst
to make the document consistent with the code.
Signed-off-by: "Huang, Ying" <ying.huang@intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Valentin Schneider <valentin.schneider@arm.com>
Acked-by: Mel Gorman <mgorman@techsingularity.net>
Link: https://lkml.kernel.org/r/20220210052514.3038279-1-ying.huang@intel.com
30 lines
385 B
ReStructuredText
30 lines
385 B
ReStructuredText
===============
|
|
Linux Scheduler
|
|
===============
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
|
|
completion
|
|
sched-arch
|
|
sched-bwc
|
|
sched-deadline
|
|
sched-design-CFS
|
|
sched-domains
|
|
sched-capacity
|
|
sched-energy
|
|
sched-nice-design
|
|
sched-rt-group
|
|
sched-stats
|
|
sched-debug
|
|
|
|
text_files
|
|
|
|
.. only:: subproject and html
|
|
|
|
Indices
|
|
=======
|
|
|
|
* :ref:`genindex`
|