Home
last modified time | relevance | path

Searched refs:it (Results 1 – 5 of 5) sorted by relevance

/mm/damon/
Dcore-test.h87 int it, ir; in damon_test_aggregate() local
91 it = 0; in damon_test_aggregate()
94 r = damon_new_region(saddr[it][ir], eaddr[it][ir]); in damon_test_aggregate()
95 r->nr_accesses = accesses[it][ir]; in damon_test_aggregate()
98 it++; in damon_test_aggregate()
101 it = 0; in damon_test_aggregate()
111 it++; in damon_test_aggregate()
114 KUNIT_EXPECT_EQ(test, 3, it); in damon_test_aggregate()
/mm/
DKconfig27 and it is the best option for smaller systems.
100 # after early boot, so it can still be used to test for validity of memory.
114 # feature. If you are not sure, don't touch it.
166 # space can be handled with less contention: split it at this NR_CPUS.
227 it and then we would be really interested to hear about that at
287 An architecture should select this if it implements the
304 mergeable. When it finds pages of identical content, it replaces
323 On arm and other archs it should not be higher than 32768.
357 of memory on which to store mappings, but it can only ask the system
359 more than it requires. To deal with this, mmap() is able to trim off
[all …]
DKconfig.debug58 feature on your build, it is disabled in default. You should pass
59 "page_owner=on" to boot parameter in order to enable it. Eats
75 feature in your build, it is disabled by default. You should pass
76 "page_pinner=on" to boot parameter in order to enable it. Eats
107 careful when enabling this feature because it adds about 30 KB to the
145 once the kernel has booted up - it's a one time check.
Dcma.c631 int cma_for_each_area(int (*it)(struct cma *cma, void *data), void *data) in cma_for_each_area()
636 int ret = it(&cma_areas[i], data); in cma_for_each_area()
Dmemcontrol.c1214 struct css_task_iter it; in mem_cgroup_scan_tasks() local
1217 css_task_iter_start(&iter->css, CSS_TASK_ITER_PROCS, &it); in mem_cgroup_scan_tasks()
1218 while (!ret && (task = css_task_iter_next(&it))) in mem_cgroup_scan_tasks()
1220 css_task_iter_end(&it); in mem_cgroup_scan_tasks()