Home
last modified time | relevance | path

Searched refs:vma_prev (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/vma/tests/
H A Dmerge.c12 vmg->prev = vma_prev(vmg->vmi); in merge_new()
564 struct vm_area_struct *vma_prev, *vma_next, *vma; in test_vma_merge_with_close()
634 vma_prev = alloc_and_link_vma(&mm, 0, 0x3000, 0, vma_flags); in test_vma_merge_with_close()
639 ASSERT_EQ(merge_new(&vmg), vma_prev); in test_vma_merge_with_close()
641 ASSERT_EQ(vma_prev->vm_start, 0); in test_vma_merge_with_close()
642 ASSERT_EQ(vma_prev->vm_end, 0x5000); in test_vma_merge_with_close()
643 ASSERT_EQ(vma_prev->vm_pgoff, 0); in test_vma_merge_with_close()
659 vma_prev = alloc_and_link_vma(&mm, 0, 0x3000, 0, vma_flags); in test_vma_merge_with_close()
664 vmg.prev = vma_prev; in test_vma_merge_with_close()
715 vma_prev in test_vma_merge_with_close()
554 struct vm_area_struct *vma_prev, *vma_next, *vma; test_vma_merge_with_close() local
760 struct vm_area_struct *vma_prev = alloc_and_link_vma(&mm, 0, 0x2000, 0, vm_flags); test_vma_merge_new_with_close() local
813 struct vm_area_struct *vma, *vma_prev, *vma_next; __test_merge_existing() local
1073 struct vm_area_struct *vma, *vma_prev, *vma_next; test_anon_vma_non_mergeable() local
1167 struct vm_area_struct *vma_prev, *vma_next, *vma; test_dup_anon_vma() local
1325 struct vm_area_struct *vma_prev, *vma; test_vmi_prealloc_fail() local
1416 struct vm_area_struct *vma_prev, *vma; test_expand_only_mode() local
[all...]
/linux/mm/
H A Dmseal.c63 prev = vma_prev(&vmi); in mseal_apply()
H A Dvma.c576 vma_prev(vmi); in __split_vma()
871 vma_prev(vmg->vmi); in vma_merge_existing_range()
1104 vma_prev(vmg->vmi); in vma_merge_new_range()
1431 vms->prev = vma_prev(vms->vmi); in vms_gather_munmap_vmas()
2042 prev = vma_prev(&vmi); in find_mergeable_anon_vma()
2044 prev = vma_prev(&vmi); in find_mergeable_anon_vma()
3002 tmp = vma_prev(&vmi); in unmapped_area()
3055 tmp = vma_prev(&vmi); in unmapped_area_topdown()
3217 prev = vma_prev(&vmi); in expand_downwards()
H A Dmempolicy.c1558 prev = vma_prev(&vmi); in do_mbind()
1794 prev = vma_prev(&vmi); in SYSCALL_DEFINE4()
H A Duserfaultfd.c2136 struct vm_area_struct *prev = vma_prev(&vmi); in userfaultfd_register_range()
/linux/tools/testing/vma/include/
H A Ddup.h1377 static inline struct vm_area_struct *vma_prev(struct vma_iterator *vmi) in vma_prev() function
1404 *pprev = vma_prev(&vmi); in find_vma_prev()
/linux/include/linux/
H A Dmm.h1606 static inline struct vm_area_struct *vma_prev(struct vma_iterator *vmi) in vma_prev() function