Searched refs:copy_vma (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/testing/vma/ |
D | vma.c | 1504 vma_new = copy_vma(&vma, 0, 0x2000, 0, &need_locks); in test_copy_vma() 1517 vma_new = copy_vma(&vma, 0x4000, 0x2000, 4, &need_locks); in test_copy_vma() 1594 TEST(copy_vma); in main()
|
/linux-6.12.1/mm/ |
D | vma.h | 327 struct vm_area_struct *copy_vma(struct vm_area_struct **vmap,
|
D | mremap.c | 714 new_vma = copy_vma(&vma, new_addr, new_len, new_pgoff, in move_vma()
|
D | vma.c | 1612 struct vm_area_struct *copy_vma(struct vm_area_struct **vmap, in copy_vma() function
|