Lines Matching defs:get_user_pages_fast
1180 * In most cases, get_user_pages or get_user_pages_fast should be used
2319 * See also get_user_pages_fast, for performance critical applications.
2322 * get_user_pages_locked|unlocked or get_user_pages_fast. Nothing
2391 * It is functionally equivalent to get_user_pages_fast so
2392 * get_user_pages_fast should be used instead if specific gup_flags
2412 * get_user_pages_fast attempts to pin user pages by walking the page
3226 * Like get_user_pages_fast() except it's IRQ-safe in that it won't fall back to
3255 * get_user_pages_fast() - pin user pages in memory
3270 int get_user_pages_fast(unsigned long start, int nr_pages,
3283 EXPORT_SYMBOL_GPL(get_user_pages_fast);
3294 * Nearly the same as get_user_pages_fast(), except that FOLL_PIN is set. See
3295 * get_user_pages_fast() for documentation on the function arguments, because