Home
last modified time | relevance | path

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

/mm/
DKconfig57 but it is newer, and more experimental.
180 # feature. If you are not sure, don't touch it.
221 # space can be handled with less contention: split it at this NR_CPUS.
271 it and then we would be really interested to hear about that at
321 An architecture should select this if it implements the
336 mergeable. When it finds pages of identical content, it replaces
355 On arm and other archs it should not be higher than 32768.
389 of memory on which to store mappings, but it can only ask the system
391 more than it requires. To deal with this, mmap() is able to trim off
392 the excess and return it to the allocator.
[all …]
DKconfig.debug74 zeros. This makes it harder to detect when errors are occurring
75 due to sanitization but the zeroing at free means that it is
90 careful when enabling this feature because it adds about 30 KB to the
Dmemcontrol.c947 struct css_task_iter it; in mem_cgroup_scan_tasks() local
950 css_task_iter_start(&iter->css, &it); in mem_cgroup_scan_tasks()
951 while (!ret && (task = css_task_iter_next(&it))) in mem_cgroup_scan_tasks()
953 css_task_iter_end(&it); in mem_cgroup_scan_tasks()