Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dvma.c125 remove = &vp->remove2; in init_multi_vma_prep()
315 if (vp->remove2) in vma_complete()
316 __remove_shared_vm_struct(vp->remove2, vp->mapping); in vma_complete()
354 if (!vp->remove2) in vma_complete()
362 if (vp->remove2) { in vma_complete()
363 vp->remove = vp->remove2; in vma_complete()
364 vp->remove2 = NULL; in vma_complete()
H A Dvma.h21 struct vm_area_struct *remove2; member