Searched refs:vma_next (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/testing/vma/tests/ |
| H A D | merge.c | 11 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 D | vma.c | 36 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 D | vma_exec.c | 55 if (vma != vma_next(&vmi)) in relocate_vma_down() 75 next = vma_next(&vmi); in relocate_vma_down()
|
| H A D | vma.c | 618 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 D | vma.h | 738 struct vm_area_struct *next = vma_next(vmi); in vma_iter_next_rewind()
|
| H A D | nommu.c | 1399 vma_next(vmi); in split_vma()
|
| H A D | mremap.c | 1249 struct vm_area_struct *next = vma_next(&vmi); in unmap_source_vma()
|
| /linux/fs/proc/ |
| H A D | task_nommu.c | 181 struct vm_area_struct *vma = vma_next(&priv->iter); in proc_get_vma()
|
| H A D | task_mmu.c | 191 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 D | dup.h | 396 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 D | task_iter.c | 957 vma = vma_next(&vmi); in bpf_iter_task_vma_find_next()
|
| /linux/fs/ |
| H A D | coredump.c | 1679 vma = vma_next(vmi); in coredump_next_vma()
|
| /linux/include/linux/ |
| H A D | mm.h | 1670 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 D | fair.c | 4213 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()
|