Home
last modified time | relevance | path

Searched refs:max_nr_regions (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/tools/testing/selftests/damon/
H A Ddamon_nr_regions.py9 def test_nr_regions(real_nr_regions, min_nr_regions, max_nr_regions): argument
26 max_nr_regions=max_nr_regions),
67 real_nr_regions, min_nr_regions, max_nr_regions)
70 collected_nr_regions[-1] > max_nr_regions):
93 min_nr_regions=10, max_nr_regions=1000),
112 attrs.max_nr_regions = 7
H A D_damon_sysfs.py264 max_nr_regions = None variable in DamonAttrs
268 min_nr_regions=10, max_nr_regions=1000): argument
273 self.max_nr_regions = max_nr_regions
305 self.max_nr_regions)
/linux-6.15/mm/damon/
H A Dmodules-common.h17 module_param_named(max_nr_regions, attrs.max_nr_regions, ulong, \
H A Dreclaim.c109 .max_nr_regions = 1000,
H A Dlru_sort.c92 .max_nr_regions = 1000,
H A Dcore.c536 ctx->attrs.max_nr_regions = 1000; in damon_new_ctx()
700 if (attrs->min_nr_regions > attrs->max_nr_regions) in damon_set_attrs()
2131 } while (nr_regions > c->attrs.max_nr_regions && in kdamond_merge_regions()
2208 if (nr_regions > ctx->attrs.max_nr_regions / 2) in kdamond_split_regions()
2213 nr_regions < ctx->attrs.max_nr_regions / 3) in kdamond_split_regions()
H A Dsysfs.c1277 .max_nr_regions = sys_nr_regions->max, in damon_sysfs_set_attrs()
/linux-6.15/Documentation/translations/zh_TW/admin-guide/mm/damon/
H A Dlru_sort.rst166 max_nr_regions section in 接口:模塊參數
H A Dreclaim.rst152 max_nr_regions section in 接口: 模塊參數
/linux-6.15/Documentation/translations/zh_CN/admin-guide/mm/damon/
H A Dreclaim.rst152 max_nr_regions section in 接口: 模块参数
H A Dlru_sort.rst166 max_nr_regions section in 接口:模块参数
/linux-6.15/mm/damon/tests/
H A Dcore-kunit.h374 .min_nr_regions = 10, .max_nr_regions = 1000, in damon_test_set_attrs()
385 invalid_attrs.max_nr_regions = 9; in damon_test_set_attrs()
/linux-6.15/include/linux/
H A Ddamon.h702 unsigned long max_nr_regions; member
/linux-6.15/Documentation/admin-guide/mm/damon/
H A Dlru_sort.rst187 max_nr_regions section in Interface: Module Parameters
H A Dreclaim.rst207 max_nr_regions section in Interface: Module Parameters