Lines Matching defs:unpin_user_page
264 * unpin_user_page() - release a dma-pinned page
268 * unpin_user_page(), or one of the unpin_user_pages*() routines. This is so
272 void unpin_user_page(struct page *page)
277 EXPORT_SYMBOL(unpin_user_page);
347 * listed as clean. In any case, releases all pages using unpin_user_page(),
350 * Please see the unpin_user_page() documentation for details.
355 * set_page_dirty_lock(), unpin_user_page().
421 * set_page_dirty_lock(), unpin_user_page().
465 * For each page in the @pages array, release the page using unpin_user_page().
467 * Please see the unpin_user_page() documentation for details.
665 unpin_user_page(page);
2114 unpin_user_page(pages[i]);
2139 unpin_user_page(pages[i]);
2529 unpin_user_page(page);
3298 * FOLL_PIN means that the pages must be released via unpin_user_page(). Please
3302 * pins in it and unpin_user_page() will not remove pins from it.
3330 * FOLL_PIN means that the pages must be released via unpin_user_page(). Please
3334 * pins in it and unpin_user_page*() will not remove pins from it.
3364 * FOLL_PIN means that the pages must be released via unpin_user_page(). Please
3368 * pins in it and unpin_user_page*() will not remove pins from it.
3388 * pins in it and unpin_user_page*() will not remove pins from it.