Home
last modified time | relevance | path

Searched refs:alloc_and_link_vma (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/vma/tests/
H A Dmerge.c93 return alloc_and_link_vma(mm, start, end, pgoff, vma_flags); in try_merge_new_vma()
287 vma_a = alloc_and_link_vma(&mm, 0, 0x2000, 0, vma_flags); in __test_merge_new()
295 vma_b = alloc_and_link_vma(&mm, 0x3000, 0x4000, 3, vma_flags); in __test_merge_new()
302 vma_c = alloc_and_link_vma(&mm, 0xb000, 0xc000, 0xb, vma_flags); in __test_merge_new()
514 vma_left = alloc_and_link_vma(&mm, 0, 0x3000, 0, vma_flags); in test_vma_merge_special_flags()
546 vma = alloc_and_link_vma(&mm, 0x3000, 0x4000, 3, vma_flags); in test_vma_merge_special_flags()
649 vma_prev = alloc_and_link_vma(&mm, 0, 0x3000, 0, vma_flags); in test_vma_merge_with_close()
650 vma_next = alloc_and_link_vma(&mm, 0x5000, 0x9000, 5, vma_flags); in test_vma_merge_with_close()
675 vma_prev = alloc_and_link_vma(&mm, 0, 0x3000, 0, vma_flags); in test_vma_merge_with_close()
676 vma = alloc_and_link_vma(&mm, 0x3000, 0x5000, 3, vma_flags); in test_vma_merge_with_close()
[all …]
H A Dvma.c40 vma = alloc_and_link_vma(&mm, 0x1000, 0x2000, 1, vma_flags); in test_copy_vma()
53 vma = alloc_and_link_vma(&mm, 0x2000, 0x3000, 2, vma_flags); in test_copy_vma()
69 vma_prev = alloc_and_link_vma(&mm, 0x1000, 0x2000, 1, vma_flags); in test_copy_vma()
71 vma = alloc_and_link_vma(&mm, 0x3000, 0x4000, 3, vma_flags); in test_copy_vma()
84 vma = alloc_and_link_vma(&mm, 0x3000, 0x5000, 3, vma_flags); in test_copy_vma()
96 vma = alloc_and_link_vma(&mm, 0, 0x2000, 0, vma_flags); in test_copy_vma()
97 vma_next = alloc_and_link_vma(&mm, 0x6000, 0x8000, 6, vma_flags); in test_copy_vma()
/linux/tools/testing/vma/
H A Dshared.h117 struct vm_area_struct *alloc_and_link_vma(struct mm_struct *mm,
H A Dshared.c40 struct vm_area_struct *alloc_and_link_vma(struct mm_struct *mm, in alloc_and_link_vma() function