Home
last modified time | relevance | path

Searched refs:do_vmi_munmap (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/mm/
H A Dvma.h223 int do_vmi_munmap(struct vma_iterator *vmi, struct mm_struct *mm,
H A Dmremap.c1085 err = do_vmi_munmap(&vmi, mm, addr, len, vrm->uf_unmap, /* unlock= */false); in unmap_source_vma()
1357 res = do_vmi_munmap(&vmi, mm, unmap_start, unmap_bytes, in shrink_vma()
H A Dmmap.c1072 return do_vmi_munmap(&vmi, mm, start, len, uf, false); in do_munmap()
1237 ret = do_vmi_munmap(&vmi, mm, addr, len, &uf, 0); in vm_brk_flags()
H A Dvma.c1518 int do_vmi_munmap(struct vma_iterator *vmi, struct mm_struct *mm, in do_vmi_munmap() function
3014 ret = do_vmi_munmap(&vmi, mm, start, len, &uf, unlock); in __vm_munmap()
/linux-6.15/include/linux/
H A Dmm.h3471 extern int do_vmi_munmap(struct vma_iterator *vmi, struct mm_struct *mm,