Lines Matching refs:remove
145 struct vm_area_struct **remove = &vp->remove; in init_multi_vma_prep() local
152 *remove = vmg->middle; in init_multi_vma_prep()
153 remove = &vp->remove2; in init_multi_vma_prep()
156 *remove = vmg->next; in init_multi_vma_prep()
344 if (vp->remove && vp->file) { in vma_complete()
345 __remove_shared_vm_struct(vp->remove, vp->mapping); in vma_complete()
376 if (vp->remove) { in vma_complete()
378 vma_mark_detached(vp->remove); in vma_complete()
380 uprobe_munmap(vp->remove, vp->remove->vm_start, in vma_complete()
381 vp->remove->vm_end); in vma_complete()
384 if (vp->remove->anon_vma) in vma_complete()
385 anon_vma_merge(vp->vma, vp->remove); in vma_complete()
387 mpol_put(vma_policy(vp->remove)); in vma_complete()
389 WARN_ON_ONCE(vp->vma->vm_end < vp->remove->vm_end); in vma_complete()
390 vm_area_free(vp->remove); in vma_complete()
397 vp->remove = vp->remove2; in vma_complete()