Home
last modified time | relevance | path

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

/linux/mm/
H A Dvma.c180 remove = &vp->remove2; in init_multi_vma_prep()
395 if (vp->remove2) in vma_complete()
396 __remove_shared_vm_struct(vp->remove2, vp->mapping); in vma_complete()
437 if (!vp->remove2) in vma_complete()
445 if (vp->remove2) { in vma_complete()
446 vp->remove = vp->remove2; in vma_complete()
447 vp->remove2 = NULL; in vma_complete()
H A Dvma.h28 struct vm_area_struct *remove2; member