include/linux/mm.h
4155
extern int do_vmi_munmap(struct vma_iterator *vmi, struct mm_struct *mm,
mm/mmap.c
1067
return do_vmi_munmap(&vmi, mm, start, len, uf, false);
mm/mmap.c
1230
ret = do_vmi_munmap(&vmi, mm, addr, len, &uf, 0);
mm/mremap.c
1196
err = do_vmi_munmap(&vmi, mm, addr, len, vrm->uf_unmap, /* unlock= */false);
mm/mremap.c
1411
res = do_vmi_munmap(&vmi, mm, unmap_start, unmap_bytes,
mm/vma.c
3288
ret = do_vmi_munmap(&vmi, mm, start, len, &uf, unlock);
mm/vma.h
329
int do_vmi_munmap(struct vma_iterator *vmi, struct mm_struct *mm,