Searched refs:do_vmi_munmap (Results 1 – 4 of 4) sorted by relevance
| /linux/mm/ |
| H A D | vma.h | 415 int do_vmi_munmap(struct vma_iterator *vmi, struct mm_struct *mm,
|
| H A D | mremap.c | 1204 err = do_vmi_munmap(&vmi, mm, addr, len, vrm->uf_unmap, /* unlock= */false); in unmap_source_vma() 1432 res = do_vmi_munmap(&vmi, mm, unmap_start, unmap_bytes, in shrink_vma()
|
| H A D | vma.c | 1710 int do_vmi_munmap(struct vma_iterator *vmi, struct mm_struct *mm, in do_vmi_munmap() function 3392 ret = do_vmi_munmap(&vmi, mm, start, len, &uf, unlock); in __vm_munmap()
|
| /linux/include/linux/ |
| H A D | mm.h | 4272 extern int do_vmi_munmap(struct vma_iterator *vmi, struct mm_struct *mm,
|