diff options
author | Thomas Gleixner | 2017-03-31 09:48:00 +0200 |
---|---|---|
committer | Thomas Gleixner | 2017-03-31 09:48:00 +0200 |
commit | 9005615bafbe03075f4e4fe10874b7abe1918782 (patch) | |
tree | 25e73a4d8de8266346bb140b75ba0436080e5ab3 /Documentation/cgroup-v2.txt | |
parent | 016da20148a1692e34d35d1f1787400a2a2d2c58 (diff) | |
parent | 0107042768658fea9f5f5a9c00b1c90f5dab6a06 (diff) |
Merge branch 'fortglx/4.12/time' of https://git.linaro.org/people/john.stultz/linux into timers/core
Pull timekeeping changes from John Stultz:
Main changes are the initial steps of Nicoli's work to make the clockevent
timers be corrected for NTP adjustments. Then a few smaller fixes that
I've queued, and adding Stephen Boyd to the maintainers list for
timekeeping.
Diffstat (limited to 'Documentation/cgroup-v2.txt')
-rw-r--r-- | Documentation/cgroup-v2.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Documentation/cgroup-v2.txt b/Documentation/cgroup-v2.txt index 3b8449f8ac7e..49d7c997fa1e 100644 --- a/Documentation/cgroup-v2.txt +++ b/Documentation/cgroup-v2.txt @@ -1142,16 +1142,17 @@ used by the kernel. pids.max - A read-write single value file which exists on non-root cgroups. The - default is "max". + A read-write single value file which exists on non-root + cgroups. The default is "max". - Hard limit of number of processes. + Hard limit of number of processes. pids.current - A read-only single value file which exists on all cgroups. + A read-only single value file which exists on all cgroups. - The number of processes currently in the cgroup and its descendants. + The number of processes currently in the cgroup and its + descendants. Organisational operations are not blocked by cgroup policies, so it is possible to have pids.current > pids.max. This can be done by either |