Searched refs:alloc_and_link_vma (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/vma/ |
| H A D | vma.c | 104 static struct vm_area_struct *alloc_and_link_vma(struct mm_struct *mm, in alloc_and_link_vma() function 234 return alloc_and_link_vma(mm, start, end, pgoff, vm_flags); in try_merge_new_vma() 482 vma_a = alloc_and_link_vma(&mm, 0, 0x2000, 0, vm_flags); in __test_merge_new() 490 vma_b = alloc_and_link_vma(&mm, 0x3000, 0x4000, 3, vm_flags); in __test_merge_new() 497 vma_c = alloc_and_link_vma(&mm, 0xb000, 0xc000, 0xb, vm_flags); in __test_merge_new() 702 vma_left = alloc_and_link_vma(&mm, 0, 0x3000, 0, vm_flags); in test_vma_merge_special_flags() 732 vma = alloc_and_link_vma(&mm, 0x3000, 0x4000, 3, vm_flags); in test_vma_merge_special_flags() 832 vma_prev = alloc_and_link_vma(&mm, 0, 0x3000, 0, vm_flags); in test_vma_merge_with_close() 833 vma_next = alloc_and_link_vma(&mm, 0x5000, 0x9000, 5, vm_flags); in test_vma_merge_with_close() 857 vma_prev = alloc_and_link_vma(&mm, 0, 0x3000, 0, vm_flags); in test_vma_merge_with_close() [all …]
|