Searched defs:vma_prev (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/testing/vma/ |
| H A D | vma.c | 691 struct vm_area_struct *vma_prev, *vma_next, *vma; in test_vma_merge_with_close() local 897 struct vm_area_struct *vma_prev = alloc_and_link_vma(&mm, 0, 0x2000, 0, 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 1450 struct vm_area_struct *vma_prev, *vma; in test_vmi_prealloc_fail() local 1573 struct vm_area_struct *vma_prev, *vma; in test_expand_only_mode() local
|
| H A D | vma_internal.h | 622 static inline struct vm_area_struct *vma_prev(struct vma_iterator *vmi) in vma_prev() function
|
| /linux-6.15/include/linux/ |
| H A D | mm.h | 1098 static inline struct vm_area_struct *vma_prev(struct vma_iterator *vmi) in vma_prev() function
|