Searched refs:it (Results 1 – 3 of 3) sorted by relevance
57 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 at321 An architecture should select this if it implements the336 mergeable. When it finds pages of identical content, it replaces355 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 system391 more than it requires. To deal with this, mmap() is able to trim off392 the excess and return it to the allocator.[all …]
74 zeros. This makes it harder to detect when errors are occurring75 due to sanitization but the zeroing at free means that it is90 careful when enabling this feature because it adds about 30 KB to the
947 struct css_task_iter it; in mem_cgroup_scan_tasks() local950 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()