Skip to content

Commit 2f88c8e

Browse files
Shrikanth HegdeIngo Molnar
authored andcommitted
sched/eevdf/doc: Modify the documented knob to base_slice_ns as well
After committing the scheduler to EEVDF, we renamed the 'min_granularity_ns' sysctl to 'base_slice_ns': e4ec331 ("sched/debug: Rename sysctl_sched_min_granularity to sysctl_sched_base_slice") ... but we forgot to rename it in the documentation. Do that now. Fixes: e4ec331 ("sched/debug: Rename sysctl_sched_min_granularity to sysctl_sched_base_slice") Signed-off-by: Shrikanth Hegde <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6330455 commit 2f88c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/scheduler/sched-design-CFS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ other HZ detail. Thus the CFS scheduler has no notion of "timeslices" in the
9494
way the previous scheduler had, and has no heuristics whatsoever. There is
9595
only one central tunable (you have to switch on CONFIG_SCHED_DEBUG):
9696

97-
/sys/kernel/debug/sched/min_granularity_ns
97+
/sys/kernel/debug/sched/base_slice_ns
9898

9999
which can be used to tune the scheduler from "desktop" (i.e., low latencies) to
100100
"server" (i.e., good batching) workloads. It defaults to a setting suitable

0 commit comments

Comments
 (0)