Searched refs:remove2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/mm/ |
H A D | mmap.c | 432 * @remove2: The second vma to be removed 436 struct vm_area_struct *remove, struct vm_area_struct *remove2) in init_multi_vma_prep() 442 vp->remove2 = remove2; in init_multi_vma_prep() 529 if (vp->remove2) in vma_complete() 530 __remove_shared_vm_struct(vp->remove2, vp->file, in vma_complete() 569 if (!vp->remove2) in vma_complete() 577 if (vp->remove2) { in vma_complete() 578 vp->remove = vp->remove2; in vma_complete() 579 vp->remove2 in vma_complete() 434 init_multi_vma_prep(struct vma_prepare *vp, struct vm_area_struct *vma, struct vm_area_struct *next, struct vm_area_struct *remove, struct vm_area_struct *remove2) init_multi_vma_prep() argument 878 struct vm_area_struct *vma, *adjust, *remove, *remove2; vma_merge() local [all...] |
H A D | internal.h | 1296 struct vm_area_struct *remove2; member
|
Completed in 4 milliseconds