aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/init_32.c
diff options
context:
space:
mode:
authorShakeel Butt <[email protected]>2020-08-06 23:26:32 -0700
committerLinus Torvalds <[email protected]>2020-08-07 11:33:29 -0700
commit912c05720f00d039103d356a59c37dc7c3995e01 (patch)
treec2ed85d6873228e424b5b0461532aaf0959558bb /arch/powerpc/mm/init_32.c
parent238c30468f46b16d7c22df175da11109346e769c (diff)
mm: vmscan: consistent update to pgrefill
The vmstat pgrefill is useful together with pgscan and pgsteal stats to measure the reclaim efficiency. However vmstat's pgrefill is not updated consistently at system level. It gets updated for both global and memcg reclaim however pgscan and pgsteal are updated for only global reclaim. So, update pgrefill only for global reclaim. If someone is interested in the stats representing both system level as well as memcg level reclaim, then consult the root memcg's memory.stat instead of /proc/vmstat. Signed-off-by: Shakeel Butt <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Acked-by: Yafang Shao <[email protected]> Acked-by: Roman Gushchin <[email protected]> Acked-by: Chris Down <[email protected]> Cc: Johannes Weiner <[email protected]> Cc: Michal Hocko <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'arch/powerpc/mm/init_32.c')
0 files changed, 0 insertions, 0 deletions