Searched refs:max_nr_regions (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/tools/testing/selftests/damon/ |
| H A D | damon_nr_regions.py | 9 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.py | 264 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 D | modules-common.h | 17 module_param_named(max_nr_regions, attrs.max_nr_regions, ulong, \
|
| H A D | reclaim.c | 109 .max_nr_regions = 1000,
|
| H A D | lru_sort.c | 92 .max_nr_regions = 1000,
|
| H A D | core.c | 536 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 D | sysfs.c | 1277 .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 D | lru_sort.rst | 166 max_nr_regions section in 接口:模塊參數
|
| H A D | reclaim.rst | 152 max_nr_regions section in 接口: 模塊參數
|
| /linux-6.15/Documentation/translations/zh_CN/admin-guide/mm/damon/ |
| H A D | reclaim.rst | 152 max_nr_regions section in 接口: 模块参数
|
| H A D | lru_sort.rst | 166 max_nr_regions section in 接口:模块参数
|
| /linux-6.15/mm/damon/tests/ |
| H A D | core-kunit.h | 374 .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 D | damon.h | 702 unsigned long max_nr_regions; member
|
| /linux-6.15/Documentation/admin-guide/mm/damon/ |
| H A D | lru_sort.rst | 187 max_nr_regions section in Interface: Module Parameters
|
| H A D | reclaim.rst | 207 max_nr_regions section in Interface: Module Parameters
|