Skip to content

Commit

Permalink
docs/scheduler/sched-bwc: formatting fix
Browse files Browse the repository at this point in the history
Since commit d6a3b24 these three lines are merged into one by the
RST processor, making it hard to read. Use bullet points to separate
the entries, like it's done in other similar places.

Signed-off-by: Kir Kolyshkin <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
kolyshkin authored and Jonathan Corbet committed Jan 21, 2021
1 parent 52042e2 commit 7ebc7dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Documentation/scheduler/sched-bwc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ Management
----------
Quota and period are managed within the cpu subsystem via cgroupfs.

cpu.cfs_quota_us: the total available run-time within a period (in microseconds)
cpu.cfs_period_us: the length of a period (in microseconds)
cpu.stat: exports throttling statistics [explained further below]
- cpu.cfs_quota_us: the total available run-time within a period (in
microseconds)
- cpu.cfs_period_us: the length of a period (in microseconds)
- cpu.stat: exports throttling statistics [explained further below]

The default values are::

Expand Down

0 comments on commit 7ebc7dc

Please sign in to comment.