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.h986 FOLL_FAST_ONLY = 1 << 20, enumerator
994 FOLL_FAST_ONLY | FOLL_UNLOCKABLE | \
H A Dgup.c3193 FOLL_FAST_ONLY | FOLL_NOFAULT | in internal_get_user_pages_fast()
3200 if (!(gup_flags & FOLL_FAST_ONLY)) in internal_get_user_pages_fast()
3213 if (nr_pinned == nr_pages || gup_flags & FOLL_FAST_ONLY) in internal_get_user_pages_fast()
3263 FOLL_GET | FOLL_FAST_ONLY)) in get_user_pages_fast_only()