Searched refs:FOLL_FAST_ONLY (Results 1 – 2 of 2) sorted by relevance
2845 FOLL_FAST_ONLY | FOLL_NOFAULT))) in internal_get_user_pages_fast()2851 if (!(gup_flags & FOLL_FAST_ONLY)) in internal_get_user_pages_fast()2862 if (nr_pinned == nr_pages || gup_flags & FOLL_FAST_ONLY) in internal_get_user_pages_fast()2913 gup_flags |= FOLL_GET | FOLL_FAST_ONLY; in get_user_pages_fast_only()3013 gup_flags |= (FOLL_PIN | FOLL_FAST_ONLY); in pin_user_pages_fast_only()
2973 #define FOLL_FAST_ONLY 0x80000 /* gup_fast: prevent fall-back to slow gup */ macro
Completed in 16 milliseconds