Lines Matching refs:uf
1316 if (vms->uf) { in vms_gather_munmap_vmas()
1327 vms->end, vms->uf); in vms_gather_munmap_vmas()
1389 unsigned long start, unsigned long end, struct list_head *uf, in init_vma_munmap() argument
1401 vms->uf = uf; in init_vma_munmap()
1426 struct list_head *uf, bool unlock) in do_vmi_align_munmap() argument
1435 init_vma_munmap(&vms, vmi, vma, start, end, uf, unlock); in do_vmi_align_munmap()
1472 unsigned long start, size_t len, struct list_head *uf, in do_vmi_munmap() argument
1493 return do_vmi_align_munmap(vmi, vma, mm, start, end, uf, unlock); in do_vmi_munmap()
2228 static int __mmap_prepare(struct mmap_state *map, struct list_head *uf) in __mmap_prepare() argument
2236 init_vma_munmap(vms, vmi, vms->vma, map->addr, map->end, uf, in __mmap_prepare()
2440 struct list_head *uf) in __mmap_region() argument
2448 error = __mmap_prepare(&map, uf); in __mmap_region()
2515 struct list_head *uf) in mmap_region() argument
2539 ret = __mmap_region(file, addr, len, vm_flags, pgoff, uf); in mmap_region()
2949 LIST_HEAD(uf); in __vm_munmap()
2955 ret = do_vmi_munmap(&vmi, mm, start, len, &uf, unlock); in __vm_munmap()
2959 userfaultfd_unmap_complete(mm, &uf); in __vm_munmap()