Home
last modified time | relevance | path

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

/linux/tools/testing/vma/
H A Dvma.c649 struct vm_area_struct *vma_prev, *vma_next, *vma; test_vma_merge_with_close() local
855 struct vm_area_struct *vma_prev = alloc_and_link_vma(&mm, 0, 0x2000, 0, flags); test_vma_merge_new_with_close() local
906 struct vm_area_struct *vma, *vma_prev, *vma_next; test_merge_existing() local
1136 struct vm_area_struct *vma, *vma_prev, *vma_next; test_anon_vma_non_mergeable() local
1251 struct vm_area_struct *vma_prev, *vma_next, *vma; test_dup_anon_vma() local
1408 struct vm_area_struct *vma_prev, *vma; test_vmi_prealloc_fail() local
1530 struct vm_area_struct *vma_prev, *vma; test_expand_only_mode() local
[all...]
H A Dvma_internal.h554 static inline struct vm_area_struct *vma_prev(struct vma_iterator *vmi) vma_prev() function
/linux/include/linux/
H A Dmm.h1030 static inline struct vm_area_struct *vma_prev(struct vma_iterator *vmi) in vma_prev() function