Searched refs:dup_userfaultfd (Results 1 – 3 of 3) sorted by relevance
206 extern int dup_userfaultfd(struct vm_area_struct *, struct list_head *);281 static inline int dup_userfaultfd(struct vm_area_struct *vma, in dup_userfaultfd() function
693 int dup_userfaultfd(struct vm_area_struct *vma, struct list_head *fcs) in dup_userfaultfd() function
702 retval = dup_userfaultfd(tmp, &uf); in dup_mmap()