Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/vma/
H A Dvma.c691 struct vm_area_struct *vma_prev, *vma_next, *vma; in test_vma_merge_with_close() local
898 struct vm_area_struct *vma_next = alloc_and_link_vma(&mm, 0x5000, 0x7000, 5, flags); in test_vma_merge_new_with_close() local
948 struct vm_area_struct *vma, *vma_prev, *vma_next; in test_merge_existing() local
1178 struct vm_area_struct *vma, *vma_prev, *vma_next; in test_anon_vma_non_mergeable() local
1293 struct vm_area_struct *vma_prev, *vma_next, *vma; in test_dup_anon_vma() local
1541 struct vm_area_struct *vma, *vma_new, *vma_next; in test_copy_vma() local
H A Dvma_internal.h450 static inline struct vm_area_struct *vma_next(struct vma_iterator *vmi) in vma_next() function
/linux-6.15/include/linux/
H A Dmm.h1082 static inline struct vm_area_struct *vma_next(struct vma_iterator *vmi) in vma_next() function