Searched refs:copy_vma (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/testing/vma/ |
| H A D | vma.c | 1546 vma_new = copy_vma(&vma, 0, 0x2000, 0, &need_locks); in test_copy_vma() 1559 vma_new = copy_vma(&vma, 0x4000, 0x2000, 4, &need_locks); in test_copy_vma() 1689 TEST(copy_vma); in main()
|
| /linux-6.15/mm/ |
| H A D | vma.h | 288 struct vm_area_struct *copy_vma(struct vm_area_struct **vmap,
|
| H A D | mremap.c | 1155 new_vma = copy_vma(&vma, vrm->new_addr, vrm->new_len, new_pgoff, in copy_vma_and_data()
|
| H A D | vma.c | 1765 struct vm_area_struct *copy_vma(struct vm_area_struct **vmap, in copy_vma() function
|