Home
last modified time | relevance | path

Searched refs:vma_shrink (Results 1 – 4 of 4) sorted by relevance

/linux/mm/
H A Dvma.h149 int vma_shrink(struct vma_iterator *vmi, struct vm_area_struct *vma,
H A Dmmap.c2129 return vma_shrink(&vmi, vma, new_start, new_end, vma->vm_pgoff); in relocate_vma_down()
H A Dvma.c1092 int vma_shrink(struct vma_iterator *vmi, struct vm_area_struct *vma, in vma_shrink() function
/linux/tools/testing/vma/
H A Dvma.c359 ASSERT_FALSE(vma_shrink(&vmi, vma, 0, 0x1000, 0)); in test_simple_shrink()