Searched refs:uf_unmap (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/mm/ |
D | mremap.c | 259 struct list_head *uf_unmap) in move_vma() argument 348 if (do_munmap(mm, old_addr, old_len, uf_unmap) < 0) { in move_vma() 439 struct list_head *uf_unmap) in mremap_to() argument 462 ret = do_munmap(mm, addr+new_len, old_len - new_len, uf_unmap); in mremap_to() 485 uf_unmap); in mremap_to() 526 LIST_HEAD(uf_unmap); in SYSCALL_DEFINE5() 553 &locked, &uf, &uf_unmap_early, &uf_unmap); in SYSCALL_DEFINE5() 563 ret = do_munmap(mm, addr+new_len, old_len - new_len, &uf_unmap); in SYSCALL_DEFINE5() 623 &locked, &uf, &uf_unmap); in SYSCALL_DEFINE5() 635 userfaultfd_unmap_complete(mm, &uf_unmap); in SYSCALL_DEFINE5()
|