Searched refs:max_nr_regions (Results 1 – 10 of 10) 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 | 567 max_nr_regions = None 572 min_nr_regions=10, max_nr_regions=1000): 579 self.max_nr_regions = max_nr_regions 614 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 | 178 assert_true(dump['max_nr_regions'] == attrs.max_nr_regions, 179 'max_nr_regions', dump)
|
| /linux/mm/damon/ |
| H A D | modules-common.h | 15 module_param_named(max_nr_regions, attrs.max_nr_regions, ulong, \
|
| H A D | core.c | 857 ctx->attrs.max_nr_regions = 1000; in damon_new_ctx() 906 attrs1->max_nr_regions == attrs2->max_nr_regions && in damon_attrs_equals() 1061 if (attrs->min_nr_regions > attrs->max_nr_regions) in damon_set_attrs() 3397 if (nr_regions <= c->attrs.max_nr_regions || in kdamond_merge_regions() 3529 unsigned long max_nr_regions = ctx->attrs.max_nr_regions; in kdamond_split_regions() local 3536 if (nr_regions >= max_nr_regions) in kdamond_split_regions() 3539 if (nr_regions > max_nr_regions / 2) { in kdamond_split_regions() 3541 max_nr_regions / (max_nr_regions - nr_regions)); in kdamond_split_regions() 3547 nr_regions < max_nr_regions / 3) in kdamond_split_regions()
|
| /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()
|