Home
last modified time | relevance | path

Searched refs:do_munmap (Results 1 – 6 of 6) sorted by relevance

/linux/arch/parisc/kernel/
H A Dvdso.c88 do_munmap(mm, vdso_text_start, PAGE_SIZE, NULL); in arch_setup_additional_pages()
/linux/mm/
H A Dmremap.c670 * We'd prefer to avoid failure later on in do_munmap: in move_vma()
754 * since do_munmap() will decrement it by old_len == new_len. in move_vma()
759 * If this were a serious issue, we'd add a flag to do_munmap(). in move_vma()
909 * do_munmap will check if dst is sealed. in mremap_to()
911 ret = do_munmap(mm, new_addr, new_len, uf_unmap_early); in mremap_to()
917 ret = do_munmap(mm, addr+new_len, old_len - new_len, uf_unmap); in mremap_to()
H A Dnommu.c1417 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, struct list_head *uf) in vmi_shrink_vma()
1485 ret = do_munmap(mm, addr, len, NULL); in do_munmap()
1433 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, struct list_head *uf) do_munmap() function
H A Dmmap.c1344 /* do_munmap() - Wrapper function for non-maple tree aware do_munmap() calls. in do_mmap()
1352 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, in do_mmap()
2841 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, do_munmap() function
/linux/ipc/
H A Dshm.c1751 * Errors from do_munmap are ignored: the function only fails if in ksys_shmdt()
1755 * valid - therefore do_munmap cannot fail. (famous last words?) in ksys_shmdt()
1819 do_munmap(mm, vma->vm_start, vma->vm_end - vma->vm_start, NULL); in ksys_shmdt()
/linux/include/linux/
H A Dmm.h3361 extern int do_munmap(struct mm_struct *, unsigned long, size_t,