Searched refs:vma_next (Results 1 – 16 of 16) sorted by relevance
| /linux/tools/testing/vma/tests/ |
| H A D | merge.c | 11 vmg->next = vma_next(vmg->vmi); in merge_new() 169 vma = vma_next(&vmi); in test_simple_modify() 178 vma = vma_next(&vmi); in test_simple_modify() 554 struct vm_area_struct *vma_prev, *vma_next, *vma; in test_vma_merge_with_close() local 625 vma_next = alloc_and_link_vma(&mm, 0x5000, 0x9000, 5, vm_flags); in test_vma_merge_with_close() 626 vma_next->vm_ops = &vm_ops; in test_vma_merge_with_close() 678 vma_next = alloc_and_link_vma(&mm, 0x5000, 0x9000, 5, vm_flags); in test_vma_merge_with_close() 707 vma_next = alloc_and_link_vma(&mm, 0x5000, 0x9000, 5, vm_flags); in test_vma_merge_with_close() 733 vma_next = alloc_and_link_vma(&mm, 0x5000, 0x9000, 5, vm_flags); in test_vma_merge_with_close() 734 vma_next->vm_ops = &vm_ops; in test_vma_merge_with_close() [all …]
|
| H A D | vma.c | 29 struct vm_area_struct *vma, *vma_new, *vma_next; in test_copy_vma() local 46 vma_next = alloc_and_link_vma(&mm, 0x6000, 0x8000, 6, vm_flags); in test_copy_vma() 50 ASSERT_EQ(vma_new, vma_next); in test_copy_vma()
|
| /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 | 357 vma = vma_next(vmi); in lock_next_vma() 381 vma = vma_next(vmi); in lock_next_vma() 416 if (vma != vma_next(vmi)) in upgrade_mmap_lock_carefully()
|
| H A D | mmap.c | 934 vma = vma_next(&vmi); in find_vma_prev() 1267 vma = vma_next(vmi); in tear_down_vmas() 1289 vma = vma_next(&vmi); in exit_mmap() 1844 mpnt = vma_next(&vmi); in dup_mmap() 1881 tmp = vma_next(&vmi); in dup_mmap()
|
| H A D | vma.c | 571 vma_next(vmi); in __split_vma() 1477 vms->next = vma_next(vms->vmi); in vms_gather_munmap_vmas() 2968 tmp = vma_next(&vmi); in unmapped_area() 3020 tmp = vma_next(&vmi); in unmapped_area_topdown()
|
| H A D | vma.h | 641 struct vm_area_struct *next = vma_next(vmi); in vma_iter_next_rewind()
|
| H A D | mremap.c | 1170 struct vm_area_struct *next = vma_next(&vmi); in unmap_source_vma()
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 373 while (((__vma) = vma_next(&(__vmi))) != NULL) 953 static inline struct vm_area_struct *vma_next(struct vma_iterator *vmi) in vma_next() function 1165 vma = vma_next(&vmi); in find_vma_prev()
|
| /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() 1421 vma = vma_next(&vmi); in show_smaps_rollup() 1480 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 | 1684 vma = vma_next(vmi); in coredump_next_vma()
|
| /linux/include/linux/ |
| H A D | mm.h | 1317 static inline struct vm_area_struct *vma_next(struct vma_iterator *vmi) in vma_next() function 1379 while (((__vma) = vma_next(&(__vmi))) != NULL)
|
| /linux/kernel/sched/ |
| H A D | fair.c | 3446 vma = vma_next(&vmi); in task_numa_work() 3451 vma = vma_next(&vmi); in task_numa_work() 3454 for (; vma; vma = vma_next(&vmi)) { in task_numa_work()
|