Searched refs:max_nr_regions (Results 1 – 15 of 15) sorted by relevance
| /linux/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 | 550 max_nr_regions = None 555 min_nr_regions=10, max_nr_regions=1000): 562 self.max_nr_regions = max_nr_regions 597 self.max_nr_regions) 544 max_nr_regions = None global() variable in DamonAttrs 549 __init__(self, sample_us=5000, aggr_us=100000, intervals_goal=IntervalsGoal(), update_us=1000000, min_nr_regions=10, max_nr_regions=1000) global() argument
|
| H A D | sysfs.py | 170 assert_true(dump['max_nr_regions'] == attrs.max_nr_regions, 171 'max_nr_regions', dump)
|
| /linux/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 | core.c | 602 ctx->attrs.max_nr_regions = 1000; in damon_new_ctx() 643 attrs1->max_nr_regions == attrs2->max_nr_regions && in damon_attrs_equals() 787 if (attrs->min_nr_regions > attrs->max_nr_regions) in damon_set_attrs() 2672 } while (nr_regions > c->attrs.max_nr_regions && in kdamond_merge_regions() 2766 if (nr_regions > ctx->attrs.max_nr_regions / 2) in kdamond_split_regions() 2771 nr_regions < ctx->attrs.max_nr_regions / 3) in kdamond_split_regions()
|
| H A D | stat.c | 213 .max_nr_regions = 1000, in damon_stat_build_ctx()
|
| H A D | lru_sort.c | 135 .max_nr_regions = 1000,
|
| H A D | sysfs.c | 1358 .max_nr_regions = sys_nr_regions->max, in damon_sysfs_set_attrs()
|
| /linux/Documentation/translations/zh_TW/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/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/samples/damon/ |
| H A D | mtier.c | 93 .max_nr_regions = 1000, in damon_sample_mtier_build_ctx()
|
| /linux/include/linux/ |
| H A D | damon.h | 752 unsigned long max_nr_regions; member
|