Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dvma.h149 int vma_shrink(struct vma_iterator *vmi, struct vm_area_struct *vma,
Dvma.c1051 int vma_shrink(struct vma_iterator *vmi, struct vm_area_struct *vma, in vma_shrink() function
Dmmap.c2395 return vma_shrink(&vmi, vma, new_start, new_end, vma->vm_pgoff); in relocate_vma_down()
/linux-6.12.1/tools/testing/vma/
Dvma.c357 ASSERT_FALSE(vma_shrink(&vmi, vma, 0, 0x1000, 0)); in test_simple_shrink()