Home
last modified time | relevance | path

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

/linux/tools/testing/vma/
H A Dvma.c1560 vma_new = copy_vma(&vma, 0, 0x2000, 0, &need_locks); in test_copy_vma()
1573 vma_new = copy_vma(&vma, 0x4000, 0x2000, 4, &need_locks); in test_copy_vma()
1704 TEST(copy_vma); in main()
/linux/mm/
H A Dvma.h341 struct vm_area_struct *copy_vma(struct vm_area_struct **vmap,
H A Dmremap.c1097 * or new VMA allocation performed in copy_vma() does not adjust in unmap_source_vma()
1188 new_vma = copy_vma(&vma, vrm->new_addr, vrm->new_len, new_pgoff, in copy_vma_and_data()
H A Dvma.c117 * We _can_ have !src, vmg->anon_vma via copy_vma(). In this instance we in is_mergeable_anon_vma()
1807 struct vm_area_struct *copy_vma(struct vm_area_struct **vmap, in copy_vma() function