Home
last modified time | relevance | path

Searched refs:remove2 (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dvma.c155 remove = &vp->remove2; in init_multi_vma_prep()
348 if (vp->remove2) in vma_complete()
349 __remove_shared_vm_struct(vp->remove2, vp->mapping); in vma_complete()
390 if (!vp->remove2) in vma_complete()
398 if (vp->remove2) { in vma_complete()
399 vp->remove = vp->remove2; in vma_complete()
400 vp->remove2 = NULL; in vma_complete()
H A Dvma.h21 struct vm_area_struct *remove2; member