Searched refs:vma_iter_prealloc (Results 1 – 5 of 5) sorted by relevance
/linux/mm/ |
H A D | vma.c | 447 if (vma_iter_prealloc(vmi, new)) in __split_vma() 655 if (vma_iter_prealloc(vmg->vmi, vmg->vma)) in commit_merge() 1104 if (vma_iter_prealloc(vmi, NULL)) in vma_shrink() 1688 if (vma_iter_prealloc(&vmi, vma)) in vma_link() 2349 if (vma_iter_prealloc(vmi, vma)) { in __mmap_new_vma()
|
H 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()
|
H A D | vma.h | 346 static inline int vma_iter_prealloc(struct vma_iterator *vmi, in vma_wants_manual_pte_write_upgrade() 435 static inline int vma_iter_prealloc(struct vma_iterator *vmi, vma_iter_prealloc() function
|
H A D | mmap.c | 1069 if (vma_iter_prealloc(&vmi, vma)) in expand_upwards() 1148 if (vma_iter_prealloc(&vmi, vma)) in expand_downwards()
|
/linux/tools/testing/vma/ |
H A D | vma.c | 17 /* Then override vma_iter_prealloc() so we can choose to fail it. */ 18 #define vma_iter_prealloc(vmi, vma) \ 16 #define vma_iter_prealloc( global() macro
|