Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dgup.c2721 FOLL_FAST_ONLY))) in internal_get_user_pages_fast()
2727 if (!(gup_flags & FOLL_FAST_ONLY)) in internal_get_user_pages_fast()
2738 if (nr_pinned == nr_pages || gup_flags & FOLL_FAST_ONLY) in internal_get_user_pages_fast()
2789 gup_flags |= FOLL_GET | FOLL_FAST_ONLY; in get_user_pages_fast_only()
2889 gup_flags |= (FOLL_PIN | FOLL_FAST_ONLY); in pin_user_pages_fast_only()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h2982 #define FOLL_FAST_ONLY 0x80000 /* gup_fast: prevent fall-back to slow gup */ macro