1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/samples/damon
SeongJae Park 15e01f3912 samples/damon/prcl: implement schemes setup
Implement a proactive cold memory regions reclaiming logic of prcl sample
module using DAMOS.  The logic treats memory regions that not accessed at
all for five or more seconds as cold, and reclaim those as soon as found.

Link: https://lkml.kernel.org/r/20241210215030.85675-6-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2025-01-13 22:40:57 -08:00
..
Kconfig samples/damon: introduce a skeleton of a smaple DAMON module for proactive reclamation 2025-01-13 22:40:57 -08:00
Makefile samples/damon: introduce a skeleton of a smaple DAMON module for proactive reclamation 2025-01-13 22:40:57 -08:00
prcl.c samples/damon/prcl: implement schemes setup 2025-01-13 22:40:57 -08:00
wsse.c samples/damon/wsse: implement working set size estimation and logging 2025-01-13 22:40:57 -08:00