Searched refs:it (Results 1 – 4 of 4) sorted by relevance
/mm/ |
D | Kconfig | 28 and it is the best option for smaller systems. 46 architectures, it is considered deprecated in favor of 147 # feature. If you are not sure, don't touch it. 186 # space can be handled with less contention: split it at this NR_CPUS. 236 it and then we would be really interested to hear about that at 279 An architecture should select this if it implements the 295 mergeable. When it finds pages of identical content, it replaces 314 On arm and other archs it should not be higher than 32768. 348 of memory on which to store mappings, but it can only ask the system 350 more than it requires. To deal with this, mmap() is able to trim off [all …]
|
D | Kconfig.debug | 58 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 96 zeros. This makes it harder to detect when errors are occurring 97 due to sanitization but the zeroing at free means that it is 111 careful when enabling this feature because it adds about 30 KB to the
|
D | cma.c | 541 int cma_for_each_area(int (*it)(struct cma *cma, void *data), void *data) in cma_for_each_area() 546 int ret = it(&cma_areas[i], data); in cma_for_each_area()
|
D | memcontrol.c | 1210 struct css_task_iter it; in mem_cgroup_scan_tasks() local 1213 css_task_iter_start(&iter->css, CSS_TASK_ITER_PROCS, &it); in mem_cgroup_scan_tasks() 1214 while (!ret && (task = css_task_iter_next(&it))) in mem_cgroup_scan_tasks() 1216 css_task_iter_end(&it); in mem_cgroup_scan_tasks()
|