Home
last modified time | relevance | path

Searched refs:FOLL_FAST_ONLY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/mm/
H A Dinternal.h1031 FOLL_FAST_ONLY = 1 << 20, enumerator
1039 FOLL_FAST_ONLY | FOLL_UNLOCKABLE | \
H A Dgup.c3187 FOLL_FAST_ONLY | FOLL_NOFAULT | in internal_get_user_pages_fast()
3194 if (!(gup_flags & FOLL_FAST_ONLY)) in internal_get_user_pages_fast()
3207 if (nr_pinned == nr_pages || gup_flags & FOLL_FAST_ONLY) in internal_get_user_pages_fast()
3257 FOLL_GET | FOLL_FAST_ONLY)) in get_user_pages_fast_only()