Searched refs:do_vmi_munmap (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/mm/ |
H A D | mremap.c | 725 if (do_vmi_munmap(&vmi, mm, old_addr, old_len, uf_unmap, false) < 0) { in move_vma() 1018 ret = do_vmi_munmap(&vmi, mm, addr + new_len, old_len - new_len, in SYSCALL_DEFINE5()
|
H A D | mmap.c | 2625 int do_vmi_munmap(struct vma_iterator *vmi, struct mm_struct *mm, in do_vmi_munmap() function 2666 return do_vmi_munmap(&vmi, mm, start, len, uf, false); in do_munmap() 2700 if (do_vmi_munmap(&vmi, mm, addr, len, uf, false)) in __mmap_region() 2951 ret = do_vmi_munmap(&vmi, mm, start, len, &uf, unlock); in __vm_munmap() 3204 ret = do_vmi_munmap(&vmi, mm, addr, len, &uf, 0); in vm_brk_flags()
|
/openbmc/linux/include/linux/ |
H A D | mm.h | 3295 extern int do_vmi_munmap(struct vma_iterator *vmi, struct mm_struct *mm,
|