]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cgroup/misc: Introduce misc.peak
authorXiu Jianfeng <xiujianfeng@huawei.com>
Wed, 3 Jul 2024 00:36:46 +0000 (00:36 +0000)
committerTejun Heo <tj@kernel.org>
Wed, 3 Jul 2024 18:08:43 +0000 (08:08 -1000)
commit1028f391d5f9d4248e2f49193e6de2516ad630f8
tree9b638468e910f0fc27e048229d416e5494d2ef0c
parent7a4479680d7fd05c7a3efa87b41f421af48fbbdf
cgroup/misc: Introduce misc.peak

Introduce misc.peak to record the historical maximum usage of the
resource, as in some scenarios the value of misc.max could be
adjusted based on the peak usage of the resource.

Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Documentation/admin-guide/cgroup-v2.rst
include/linux/misc_cgroup.h
kernel/cgroup/misc.c