Searched refs:FOLL_FAST_ONLY (Results 1 – 2 of 2) sorted by relevance
2743 FOLL_FAST_ONLY))) in internal_get_user_pages_fast()2749 if (!(gup_flags & FOLL_FAST_ONLY)) in internal_get_user_pages_fast()2760 if (nr_pinned == nr_pages || gup_flags & FOLL_FAST_ONLY) in internal_get_user_pages_fast()2811 gup_flags |= FOLL_GET | FOLL_FAST_ONLY; in get_user_pages_fast_only()2911 gup_flags |= (FOLL_PIN | FOLL_FAST_ONLY); in pin_user_pages_fast_only()
2866 #define FOLL_FAST_ONLY 0x80000 /* gup_fast: prevent fall-back to slow gup */ macro