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

/linux-master/mm/
H A Dmremap.c785 if (do_vmi_munmap(&vmi, mm, old_addr, old_len, uf_unmap, false) < 0) {
1067 * do_vmi_munmap does all the needed commit accounting, and
1078 ret = do_vmi_munmap(&vmi, mm, addr + new_len, old_len - new_len,
H A Dmmap.c2656 * do_vmi_munmap() - munmap a given range.
2671 int do_vmi_munmap(struct vma_iterator *vmi, struct mm_struct *mm, function
2712 return do_vmi_munmap(&vmi, mm, start, len, uf, false);
2747 if (do_vmi_munmap(&vmi, mm, addr, len, uf, false))
2972 ret = do_vmi_munmap(&vmi, mm, start, len, &uf, unlock);
3219 ret = do_vmi_munmap(&vmi, mm, addr, len, &uf, 0);
/linux-master/include/linux/
H A Dmm.h3397 extern int do_vmi_munmap(struct vma_iterator *vmi, struct mm_struct *mm,

Completed in 137 milliseconds