Searched refs:vma_iter_prealloc (Results 1 – 5 of 5) sorted by relevance
| /linux/mm/ |
| A D | vma.c | 396 if (vma_iter_prealloc(vmi, new)) in __split_vma() 600 if (vma_iter_prealloc(vmg->vmi, vmg->vma)) in commit_merge() 1063 if (vma_iter_prealloc(vmi, NULL)) in vma_shrink() 1597 if (vma_iter_prealloc(&vmi, vma)) in vma_link()
|
| A D | nommu.c | 576 if (vma_iter_prealloc(&vmi, NULL)) { in delete_vma_from_mm() 1188 if (vma_iter_prealloc(&vmi, vma)) in do_mmap() 1335 if (vma_iter_prealloc(vmi, vma)) { in split_vma()
|
| A D | vma.h | 435 static inline int vma_iter_prealloc(struct vma_iterator *vmi, in vma_iter_prealloc() function
|
| A D | mmap.c | 1078 if (vma_iter_prealloc(&vmi, vma)) in expand_upwards() 1170 if (vma_iter_prealloc(&vmi, vma)) in expand_downwards() 1446 if (vma_iter_prealloc(&vmi, vma)) { in __mmap_region()
|
| /linux/tools/testing/vma/ |
| A D | vma.c | 16 #define vma_iter_prealloc(vmi, vma) \ macro
|
Completed in 17 milliseconds