Home
last modified time | relevance | path

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

/linux/mm/
H A Dmremap.c785 if (do_vmi_munmap(&vmi, mm, old_addr, old_len, uf_unmap, false) < 0) { in move_vma()
1078 * do_vmi_munmap does all the needed commit accounting, and in SYSCALL_DEFINE5()
1089 ret = do_vmi_munmap(&vmi, mm, addr + new_len, old_len - new_len, in SYSCALL_DEFINE5()
H A Dmmap.c334 * do_vmi_munmap is called. in validate_mm()
1357 return do_vmi_munmap(&vmi, mm, start, len, uf, false); in do_mmap()
1600 ret = do_vmi_munmap(&vmi, mm, start, len, &uf, unlock); in vma_wants_writenotify()
1816 ret = do_vmi_munmap(&vmi, mm, addr, len, &uf, 0); in generic_get_unmapped_area()
2797 int do_vmi_munmap(struct vma_iterator *vmi, struct mm_struct *mm, do_vmi_munmap() function
/linux/include/linux/
H A Dmm.h3355 extern int do_vmi_munmap(struct vma_iterator *vmi, struct mm_struct *mm,