Searched refs:alloc_vma (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/vma/ |
| H A D | shared.c | 15 struct vm_area_struct *alloc_vma(struct mm_struct *mm, in alloc_vma() function 44 struct vm_area_struct *vma = alloc_vma(mm, start, end, pgoff, vma_flags); in alloc_and_link_vma()
|
| H A D | shared.h | 109 struct vm_area_struct *alloc_vma(struct mm_struct *mm,
|
| /linux/tools/testing/vma/tests/ |
| H A D | merge.c | 102 struct vm_area_struct *vma_left = alloc_vma(&mm, 0, 0x1000, 0, vma_flags); in test_simple_merge() 103 struct vm_area_struct *vma_right = alloc_vma(&mm, 0x2000, 0x3000, 2, vma_flags); in test_simple_merge() 139 struct vm_area_struct *init_vma = alloc_vma(&mm, 0, 0x3000, 0, vma_flags); in test_simple_modify() 203 struct vm_area_struct *vma = alloc_vma(&mm, 0, 0x1000, 0, vma_flags); in test_simple_expand() 233 struct vm_area_struct *vma = alloc_vma(&mm, 0, 0x3000, 0, vma_flags); in test_simple_shrink()
|