Searched refs:vma_next (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/testing/vma/ |
| H A D | vma.c | 136 vmg->next = vma_next(vmg->vmi); in merge_new() 374 vma = vma_next(&vmi); in test_simple_modify() 383 vma = vma_next(&vmi); in test_simple_modify() 724 struct vm_area_struct *vma_prev, *vma_next, *vma; in test_vma_merge_with_close() local 795 vma_next = alloc_and_link_vma(&mm, 0x5000, 0x9000, 5, vm_flags); in test_vma_merge_with_close() 796 vma_next->vm_ops = &vm_ops; in test_vma_merge_with_close() 848 vma_next = alloc_and_link_vma(&mm, 0x5000, 0x9000, 5, vm_flags); in test_vma_merge_with_close() 877 vma_next = alloc_and_link_vma(&mm, 0x5000, 0x9000, 5, vm_flags); in test_vma_merge_with_close() 903 vma_next = alloc_and_link_vma(&mm, 0x5000, 0x9000, 5, vm_flags); in test_vma_merge_with_close() 904 vma_next->vm_ops = &vm_ops; in test_vma_merge_with_close() [all …]
|
| H A D | vma_internal.h | 130 while (((__vma) = vma_next(&(__vmi))) != NULL) 557 static inline struct vm_area_struct *vma_next(struct vma_iterator *vmi) in vma_next() function 731 vma = vma_next(&vmi); in find_vma_prev()
|
| /linux/mm/ |
| H A D | vma_exec.c | 50 if (vma != vma_next(&vmi)) in relocate_vma_down() 70 next = vma_next(&vmi); in relocate_vma_down()
|
| H A D | mmap_lock.c | 284 vma = vma_next(vmi); in lock_next_vma_under_mmap_lock() 308 vma = vma_next(vmi); in lock_next_vma() 343 if (vma != vma_next(vmi)) in lock_next_vma()
|
| H A D | mmap.c | 936 vma = vma_next(&vmi); in find_vma_prev() 1268 vma = vma_next(&vmi); in exit_mmap() 1308 vma = vma_next(&vmi); in exit_mmap() 1837 mpnt = vma_next(&vmi); in dup_mmap()
|
| H A D | vma.h | 521 struct vm_area_struct *next = vma_next(vmi); in vma_iter_next_rewind()
|
| H A D | vma.c | 573 vma_next(vmi); in __split_vma() 1428 vms->next = vma_next(vms->vmi); in vms_gather_munmap_vmas() 2870 tmp = vma_next(&vmi); in unmapped_area() 2922 tmp = vma_next(&vmi); in unmapped_area_topdown()
|
| H A D | mremap.c | 1166 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 | 189 return vma_next(&priv->iter); in get_next_vma() 232 return vma_next(&priv->iter); in get_next_vma() 1406 vma = vma_next(&vmi); in show_smaps_rollup() 1465 vma = vma_next(&vmi); in show_smaps_rollup()
|
| /linux/ipc/ |
| H A D | shm.c | 1795 vma = vma_next(&vmi); in ksys_shmdt() 1815 vma = vma_next(&vmi); in ksys_shmdt()
|
| /linux/kernel/bpf/ |
| H A D | task_iter.c | 868 return vma_next(&kit->data->vmi); in bpf_iter_task_vma_next()
|
| /linux/fs/ |
| H A D | coredump.c | 1683 vma = vma_next(vmi); in coredump_next_vma()
|
| /linux/include/linux/ |
| H A D | mm.h | 925 static inline struct vm_area_struct *vma_next(struct vma_iterator *vmi) in vma_next() function 987 while (((__vma) = vma_next(&(__vmi))) != NULL)
|
| /linux/kernel/sched/ |
| H A D | fair.c | 3372 vma = vma_next(&vmi); in task_numa_work() 3377 vma = vma_next(&vmi); in task_numa_work() 3380 for (; vma; vma = vma_next(&vmi)) { in task_numa_work()
|