Home
last modified time | relevance | path

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

/linux/tools/testing/vma/tests/
H A Dmerge.c11 vmg->next = vma_next(vmg->vmi); in merge_new()
175 vma = vma_next(&vmi); in test_simple_modify()
185 vma = vma_next(&vmi); in test_simple_modify()
579 struct vm_area_struct *vma_prev, *vma_next, *vma; in test_vma_merge_with_close() local
650 vma_next = alloc_and_link_vma(&mm, 0x5000, 0x9000, 5, vma_flags); in test_vma_merge_with_close()
651 vma_next->vm_ops = &vm_ops; in test_vma_merge_with_close()
704 vma_next = alloc_and_link_vma(&mm, 0x5000, 0x9000, 5, vma_flags); in test_vma_merge_with_close()
733 vma_next = alloc_and_link_vma(&mm, 0x5000, 0x9000, 5, vma_flags); in test_vma_merge_with_close()
759 vma_next = alloc_and_link_vma(&mm, 0x5000, 0x9000, 5, vma_flags); in test_vma_merge_with_close()
760 vma_next->vm_ops = &vm_ops; in test_vma_merge_with_close()
[all …]
H A Dvma.c36 struct vm_area_struct *vma, *vma_prev, *vma_new, *vma_next, *vma_orig; in test_copy_vma() local
97 vma_next = alloc_and_link_vma(&mm, 0x6000, 0x8000, 6, vma_flags); in test_copy_vma()
101 ASSERT_EQ(vma_new, vma_next); in test_copy_vma()
/linux/mm/
H A Dvma_exec.c55 if (vma != vma_next(&vmi)) in relocate_vma_down()
75 next = vma_next(&vmi); in relocate_vma_down()
H A Dvma.c618 vma_next(vmi); in __split_vma()
1576 vms->next = vma_next(vms->vmi); in vms_gather_munmap_vmas()
3103 tmp = vma_next(&vmi); in unmapped_area()
3156 tmp = vma_next(&vmi); in unmapped_area_topdown()
H A Dvma.h738 struct vm_area_struct *next = vma_next(vmi); in vma_iter_next_rewind()
H A Dnommu.c1399 vma_next(vmi); in split_vma()
H A Dmremap.c1249 struct vm_area_struct *next = vma_next(&vmi); in unmap_source_vma()
/linux/fs/proc/
H A Dtask_nommu.c181 struct vm_area_struct *vma = vma_next(&priv->iter); in proc_get_vma()
H A Dtask_mmu.c191 return vma_next(&priv->iter); in get_next_vma()
262 return vma_next(&priv->iter); in get_next_vma()
1511 vma = vma_next(&vmi); in show_smaps_rollup()
1570 vma = vma_next(&vmi); in show_smaps_rollup()
/linux/tools/testing/vma/include/
H A Ddup.h396 while (((__vma) = vma_next(&(__vmi))) != NULL)
1176 static inline struct vm_area_struct *vma_next(struct vma_iterator *vmi) in vma_next() function
1450 vma = vma_next(&vmi); in find_vma_prev()
/linux/kernel/bpf/
H A Dtask_iter.c957 vma = vma_next(&vmi); in bpf_iter_task_vma_find_next()
/linux/fs/
H A Dcoredump.c1679 vma = vma_next(vmi); in coredump_next_vma()
/linux/include/linux/
H A Dmm.h1670 static inline struct vm_area_struct *vma_next(struct vma_iterator *vmi) in vma_next() function
1732 while (((__vma) = vma_next(&(__vmi))) != NULL)
/linux/kernel/sched/
H A Dfair.c4213 vma = vma_next(&vmi); in task_numa_work()
4218 vma = vma_next(&vmi); in task_numa_work()
4221 for (; vma; vma = vma_next(&vmi)) { in task_numa_work()