Lines Matching refs:get_user_pages_remote
2271 * get_user_pages_remote() - pin user pages in memory
2295 * get_user_pages_remote walks a process's page tables and takes a reference
2301 * get_user_pages_remote returns, and there may even be a completely different
2313 * get_user_pages_remote is typically used for fewer-copy IO operations,
2321 * get_user_pages_remote should be phased out in favor of
2323 * should use get_user_pages_remote because it cannot pass
2326 long get_user_pages_remote(struct mm_struct *mm,
2341 EXPORT_SYMBOL(get_user_pages_remote);
2344 long get_user_pages_remote(struct mm_struct *mm,
2362 * This is the same as get_user_pages_remote(), just with a less-flexible
3326 * Nearly the same as get_user_pages_remote(), except that FOLL_PIN is set. See
3327 * get_user_pages_remote() for documentation on the function arguments, because