Home
last modified time | relevance | path

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

/linux/mm/
H A Dvma.c150 remove = &vp->remove2; in init_multi_vma_prep()
343 if (vp->remove2) in vma_complete()
344 __remove_shared_vm_struct(vp->remove2, vp->mapping); in vma_complete()
385 if (!vp->remove2) in vma_complete()
393 if (vp->remove2) { in vma_complete()
394 vp->remove = vp->remove2; in vma_complete()
395 vp->remove2 = NULL; in vma_complete()
H A Dvma.h21 struct vm_area_struct *remove2; member