Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dvma.h197 __must_check int vma_shrink(struct vma_iterator *vmi,
H A Dmmap.c1800 return vma_shrink(&vmi, vma, new_start, new_end, vma->vm_pgoff); in relocate_vma_down()
H A Dvma.c1141 int vma_shrink(struct vma_iterator *vmi, struct vm_area_struct *vma, in vma_shrink() function
/linux-6.15/tools/testing/vma/
H A Dvma.c399 ASSERT_FALSE(vma_shrink(&vmi, vma, 0, 0x1000, 0)); in test_simple_shrink()