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

/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c252 unsigned long start, unsigned long nr_pages, int gup_flags,
259 !!(gup_flags & FOLL_WRITE), pages));
263 get_user_pages(unsigned long start, unsigned long nr_pages, int gup_flags, argument
270 !!(gup_flags & FOLL_WRITE), pages));
251 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
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h231 int gup_flags, struct page **,
241 int gup_flags, struct page **,
/freebsd-13-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);

Completed in 113 milliseconds