include/linux/mm.h
3878
extern int do_vmi_munmap(struct vma_iterator *vmi, struct mm_struct *mm,
mm/mmap.c
1066
return do_vmi_munmap(&vmi, mm, start, len, uf, false);
mm/mmap.c
1231
ret = do_vmi_munmap(&vmi, mm, addr, len, &uf, 0);
mm/mremap.c
1126
err = do_vmi_munmap(&vmi, mm, addr, len, vrm->uf_unmap, /* unlock= */false);
mm/mremap.c
1341
res = do_vmi_munmap(&vmi, mm, unmap_start, unmap_bytes,
mm/vma.c
3261
ret = do_vmi_munmap(&vmi, mm, start, len, &uf, unlock);
mm/vma.h
325
int do_vmi_munmap(struct vma_iterator *vmi, struct mm_struct *mm,