linux/mm/damon
SeongJae Park a62518ab1d mm/damon/lru_sort: deduplicate hot/cold schemes generators
damon_lru_sort_new_{hot,cold}_scheme() have quite a lot of duplicates. 
This commit factors out the duplicate to a separate function and use it
for reducing the duplicate.

Link: https://lkml.kernel.org/r/20220913174449.50645-23-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2022-10-03 14:03:13 -07:00
..
core-test.h mm/damon/core-test: test damon_set_regions 2022-10-03 14:03:06 -07:00
core.c mm/damon/core: reduce parameters for damon_set_attrs() 2022-10-03 14:03:10 -07:00
dbgfs-test.h mm/damon/dbgfs-test: fix is_target_id() change 2022-03-22 15:57:12 -07:00
dbgfs.c mm/damon/core: reduce parameters for damon_set_attrs() 2022-10-03 14:03:10 -07:00
Kconfig mm/damon/Kconfig: notify debugfs deprecation plan 2022-10-03 14:03:06 -07:00
lru_sort.c mm/damon/lru_sort: deduplicate hot/cold schemes generators 2022-10-03 14:03:13 -07:00
Makefile mm/damon: introduce DAMON-based LRU-lists Sorting 2022-07-03 18:08:43 -07:00
modules-common.h mm/damon/modules-common: implement damos time quota params generator 2022-10-03 14:03:13 -07:00
ops-common.c mm/damon/core: use a dedicated struct for monitoring attributes 2022-10-03 14:03:10 -07:00
ops-common.h mm/damon/schemes: add 'LRU_PRIO' DAMOS action 2022-07-03 18:08:42 -07:00
paddr.c mm/damon/paddr: deduplicate damon_pa_{mark_accessed,deactivate_pages}() 2022-10-03 14:03:10 -07:00
reclaim.c mm/damon/reclaim: use the quota params generator macro 2022-10-03 14:03:13 -07:00
sysfs.c mm/damon/core: reduce parameters for damon_set_attrs() 2022-10-03 14:03:10 -07:00
vaddr-test.h damon: convert __damon_va_three_regions to use the VMA iterator 2022-09-26 19:46:16 -07:00
vaddr.c mm/damon/core: use a dedicated struct for monitoring attributes 2022-10-03 14:03:10 -07:00