Searched refs:vma_shrink (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/mm/ |
D | vma.h | 149 int vma_shrink(struct vma_iterator *vmi, struct vm_area_struct *vma,
|
D | vma.c | 1051 int vma_shrink(struct vma_iterator *vmi, struct vm_area_struct *vma, in vma_shrink() function
|
D | mmap.c | 2395 return vma_shrink(&vmi, vma, new_start, new_end, vma->vm_pgoff); in relocate_vma_down()
|
/linux-6.12.1/tools/testing/vma/ |
D | vma.c | 357 ASSERT_FALSE(vma_shrink(&vmi, vma, 0, 0x1000, 0)); in test_simple_shrink()
|