Home
last modified time | relevance | path

Searched refs:vma_next (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/vma/tests/
H A Dmerge.c11 vmg->next = vma_next(vmg->vmi); in merge_new()
170 vma = vma_next(&vmi); in test_simple_modify()
179 vma = vma_next(&vmi); in test_simple_modify()
564 struct vm_area_struct *vma_prev, *vma_next, *vma; in test_vma_merge_with_close()
635 vma_next = alloc_and_link_vma(&mm, 0x5000, 0x9000, 5, vma_flags); in test_vma_merge_with_close()
636 vma_next->vm_ops = &vm_ops; in test_vma_merge_with_close()
688 vma_next = alloc_and_link_vma(&mm, 0x5000, 0x9000, 5, vma_flags); in test_vma_merge_with_close()
717 vma_next = alloc_and_link_vma(&mm, 0x5000, 0x9000, 5, vma_flags); in test_vma_merge_with_close()
743 vma_next = alloc_and_link_vma(&mm, 0x5000, 0x9000, 5, vma_flags); in test_vma_merge_with_close()
744 vma_next in test_vma_merge_with_close()
554 struct vm_area_struct *vma_prev, *vma_next, *vma; test_vma_merge_with_close() local
761 struct vm_area_struct *vma_next = alloc_and_link_vma(&mm, 0x5000, 0x7000, 5, 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
[all...]
H A Dvma.c36 struct vm_area_struct *vma, *vma_new, *vma_next; in test_copy_vma()
53 vma_next = alloc_and_link_vma(&mm, 0x6000, 0x8000, 6, vma_flags); in test_copy_vma()
57 ASSERT_EQ(vma_new, vma_next); in test_vma_flags_unchanged()
29 struct vm_area_struct *vma, *vma_new, *vma_next; test_copy_vma() local
/linux/fs/proc/
H A Dtask_nommu.c181 struct vm_area_struct *vma = vma_next(&priv->iter); in proc_get_vma()
/linux/tools/testing/vma/include/
H A Ddup.h392 while (((__vma) = vma_next(&(__vmi))) != NULL)
1170 static inline struct vm_area_struct *vma_next(struct vma_iterator *vmi) in vma_next() function
1406 vma = vma_next(&vmi); in find_vma_prev()
/linux/mm/
H A Dvma.c574 vma_next(vmi); in __split_vma()
1496 vms->next = vma_next(vms->vmi); in vms_gather_munmap_vmas()
2993 tmp = vma_next(&vmi); in unmapped_area()
3046 tmp = vma_next(&vmi); in unmapped_area_topdown()
/linux/ipc/
H A Dshm.c1795 vma = vma_next(&vmi); in ksys_shmdt()
1815 vma = vma_next(&vmi); in ksys_shmdt()
/linux/include/linux/
H A Dmm.h1590 static inline struct vm_area_struct *vma_next(struct vma_iterator *vmi) in vma_next() function
1652 while (((__vma) = vma_next(&(__vmi))) != NULL)
/linux/kernel/sched/
H A Dfair.c3568 vma = vma_next(&vmi); in task_numa_work()
3573 vma = vma_next(&vmi); in task_numa_work()
3576 for (; vma; vma = vma_next(&vmi)) { in task_numa_work()