]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: add pcp high_min high_max to proc zoneinfo
authorMengEn Sun <mengensun@tencent.com>
Thu, 10 Oct 2024 12:09:36 +0000 (20:09 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 1 Nov 2024 04:29:05 +0000 (21:29 -0700)
commit24aa4bea504688befe52b8a1a2354adb4318df30
tree88df9cd782ae5e239cccf332f5946b87619a1aa1
parentf0632685d10c4c10e7cde3a28145e001348683e1
mm: add pcp high_min high_max to proc zoneinfo

When we do not set percpu_pagelist_high_fraction the kernel will compute
the pcp high_min/max by itself, which makes it hard to determine the
current high_min/max values.

So output the pcp high_min/max values to /proc/zoneinfo.

Link: https://lkml.kernel.org/r/20241010120935.656619-1-mengensun@tencent.com
Signed-off-by: MengEn Sun <mengensun@tencent.com>
Reviewed-by: Jinliang Zheng <alexjlzheng@tencent.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/vmstat.c