Searched refs:FOLL_FAST_ONLY (Results 1 – 2 of 2) sorted by relevance
2711 FOLL_FAST_ONLY))) in internal_get_user_pages_fast()2717 if (!(gup_flags & FOLL_FAST_ONLY)) in internal_get_user_pages_fast()2728 if (nr_pinned == nr_pages || gup_flags & FOLL_FAST_ONLY) in internal_get_user_pages_fast()2779 gup_flags |= FOLL_GET | FOLL_FAST_ONLY; in get_user_pages_fast_only()2879 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