Home
last modified time | relevance | path

Searched refs:get_sysctl_max_map_count (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dvma.c596 if (vma->vm_mm->map_count >= get_sysctl_max_map_count()) in split_vma()
1416 vms->vma->vm_mm->map_count >= get_sysctl_max_map_count()) { in vms_gather_munmap_vmas()
2898 if (mm->map_count > get_sysctl_max_map_count()) in do_brk_flags()
/linux/tools/testing/vma/include/
H A Ddup.h1538 static inline int get_sysctl_max_map_count(void) in get_sysctl_max_map_count() function