Home
last modified time | relevance | path

Searched defs:vma_next (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/vma/
H A Dvma.c724 struct vm_area_struct *vma_prev, *vma_next, *vma; in test_vma_merge_with_close() local
931 struct vm_area_struct *vma_next = alloc_and_link_vma(&mm, 0x5000, 0x7000, 5, flags); in test_vma_merge_new_with_close() local
981 struct vm_area_struct *vma, *vma_prev, *vma_next; in test_merge_existing() local
1211 struct vm_area_struct *vma, *vma_prev, *vma_next; in test_anon_vma_non_mergeable() local
1305 struct vm_area_struct *vma_prev, *vma_next, *vma; in test_dup_anon_vma() local
1555 struct vm_area_struct *vma, *vma_new, *vma_next; in test_copy_vma() local
H A Dvma_internal.h595 static inline struct vm_area_struct *vma_next(struct vma_iterator *vmi) in vma_next() function
/linux/include/linux/
H A Dmm.h858 static inline struct vm_area_struct *vma_next(struct vma_iterator *vmi) in vma_next() function