Searched refs:pin_user_pages (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/infiniband/hw/qib/
H A Dqib_user_pages.c111 ret = pin_user_pages(start_page + got * PAGE_SIZE,
/linux-master/mm/
H A Dgup_test.c150 nr = pin_user_pages(addr, nr, gup->gup_flags, pages + i);
153 nr = pin_user_pages(addr, nr,
159 nr = pin_user_pages(addr, nr, gup->gup_flags,
272 cur_pages = pin_user_pages(addr, remaining_pages,
H A Dgup.c111 * pin_user_pages*() APIs.) Cases:
267 * Pages that were pinned via pin_user_pages*() must be released via either
412 * pin_user_pages() variants called on that page.
660 * Documentation/core-api/pin_user_pages.rst for details.
2651 * see Documentation/core-api/pin_user_pages.rst for
3323 * see Documentation/core-api/pin_user_pages.rst for further details.
3355 * see Documentation/core-api/pin_user_pages.rst for details.
3377 * pin_user_pages() - pin user pages in memory for use by other devices
3389 * see Documentation/core-api/pin_user_pages.rst for details.
3394 long pin_user_pages(unsigne function
3404 EXPORT_SYMBOL(pin_user_pages); variable
[all...]
/linux-master/net/xdp/
H A Dxdp_umem.c105 npgs = pin_user_pages(address, umem->npgs,
/linux-master/arch/powerpc/mm/book3s64/
H A Diommu_api.c106 ret = pin_user_pages(ua + (entry << PAGE_SHIFT), n,
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_uiom.c140 ret = pin_user_pages(cur_base,
/linux-master/io_uring/
H A Drsrc.c891 ret = pin_user_pages(ubuf, nr_pages, FOLL_WRITE | FOLL_LONGTERM, pages);
/linux-master/drivers/vhost/
H A Dvdpa.c1128 pinned = pin_user_pages(cur_base, sz2pin,
1191 * pin_user_pages() failure.
/linux-master/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c1091 pinned = pin_user_pages(uaddr, npages, FOLL_LONGTERM | FOLL_WRITE,
/linux-master/include/linux/
H A Dmm.h1586 * reference count, and also a new count of how many pin_user_pages() calls were
1589 * With this scheme, pin_user_pages() becomes special: such pages are marked as
1596 * counts with respect to pin_user_pages() and unpin_user_page() becomes
1934 * a function in the pin_user_pages() family.
1949 * For more information, please see Documentation/core-api/pin_user_pages.rst.
2503 long pin_user_pages(unsigned long start, unsigned long nr_pages,

Completed in 241 milliseconds