Lines Matching refs:remove2
430 struct vm_area_struct *remove, struct vm_area_struct *remove2) in init_multi_vma_prep() argument
436 vp->remove2 = remove2; in init_multi_vma_prep()
523 if (vp->remove2) in vma_complete()
524 __remove_shared_vm_struct(vp->remove2, vp->file, in vma_complete()
563 if (!vp->remove2) in vma_complete()
571 if (vp->remove2) { in vma_complete()
572 vp->remove = vp->remove2; in vma_complete()
573 vp->remove2 = NULL; in vma_complete()
872 struct vm_area_struct *vma, *adjust, *remove, *remove2; in vma_merge() local
933 remove = remove2 = adjust = NULL; in vma_merge()
945 remove2 = next; in vma_merge()
1004 init_multi_vma_prep(&vp, vma, adjust, remove, remove2); in vma_merge()