Commit e5ba9ea6 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Jonathan Corbet
Browse files

docs/scheduler/sched-bwc: note/link cgroup v2

parent 6c57c12d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
.. _cgroup-v2:

================
Control Group v2
================
@@ -954,6 +956,8 @@ All cgroup core files are prefixed with "cgroup."
Controllers
===========

.. _cgroup-v2-cpu:

CPU
---

+5 −0
Original line number Diff line number Diff line
@@ -26,6 +26,11 @@ Management
----------
Quota and period are managed within the cpu subsystem via cgroupfs.

.. note::
   The cgroupfs files described in this section are only applicable
   to cgroup v1. For cgroup v2, see
   :ref:`Documentation/admin-guide/cgroupv2.rst <cgroup-v2-cpu>`.

- 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)