Searched refs:__split_vma (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dmmap.c2449 * __split_vma() bypasses sysctl_max_map_count checking. We use this on the
2452 static int __split_vma(struct mm_struct *mm, struct vm_area_struct *vma, function
2526 return __split_vma(mm, vma, addr, new_below);
2576 error = __split_vma(mm, vma, start, 0);
2585 int error = __split_vma(mm, last, end, 1);

Completed in 140 milliseconds