Home
last modified time | relevance | path

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

/linux/tools/testing/vma/tests/
H A Dvma.c41 vma_new = copy_vma(&vma, 0, 0x2000, 0, &need_locks); in test_copy_vma()
54 vma_new = copy_vma(&vma, 0x4000, 0x2000, 4, &need_locks); in test_copy_vma()
642 TEST(copy_vma);
/linux/mm/
H A Dvma.c1864 struct vm_area_struct *copy_vma(struct vm_area_struct **vmap, in copy_vma() function