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

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h237 int gup_flags, struct page **,
247 int gup_flags, struct page **,
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_umem.c101 unsigned int gup_flags = FOLL_WRITE; local
177 gup_flags |= FOLL_FORCE;
186 gup_flags, page_list, vma_list);
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c277 unsigned long start, unsigned long nr_pages, int gup_flags,
284 !!(gup_flags & FOLL_WRITE), pages));
288 get_user_pages(unsigned long start, unsigned long nr_pages, int gup_flags, argument
295 !!(gup_flags & FOLL_WRITE), pages));
276 get_user_pages_remote(struct task_struct *task, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, int gup_flags, struct page **pages, struct vm_area_struct **vmas) argument

Completed in 134 milliseconds