Home
last modified time | relevance | path

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

/linux/tools/testing/vma/tests/
H A Dvma.c43 vma_new = copy_vma(&vma, 0x2000, 0x1000, 1, 1, &need_locks); in test_copy_vma()
56 vma_new = copy_vma(&vma, 0x1000, 0x1000, 2, 2, &need_locks); in test_copy_vma()
74 vma_new = copy_vma(&vma, 0x2000, 0x1000, 3, 3, &need_locks); in test_copy_vma()
85 vma_new = copy_vma(&vma, 0, 0x2000, 0, 3, &need_locks); in test_copy_vma()
98 vma_new = copy_vma(&vma, 0x4000, 0x2000, 4, 4, &need_locks); in test_copy_vma()
686 TEST(copy_vma); in run_vma_tests()
/linux/mm/
H A Dvma.h536 struct vm_area_struct *copy_vma(struct vm_area_struct **vmap,
H A Dmremap.c1277 new_vma = copy_vma(&vma, vrm->new_addr, vrm->new_len, new_pgoff, in copy_vma_and_data()
H A Dvma.c1944 struct vm_area_struct *copy_vma(struct vm_area_struct **vmap, in copy_vma() function