Home
last modified time | relevance | path

Searched refs:FOLL_FAST_ONLY (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dgup.c2743 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()
2808 * FOLL_FAST_ONLY is required in order to match the API description of in get_user_pages_fast_only()
2811 gup_flags |= FOLL_GET | FOLL_FAST_ONLY; in get_user_pages_fast_only()
2908 * FOLL_FAST_ONLY is required in order to match the API description of in pin_user_pages_fast_only()
2911 gup_flags |= (FOLL_PIN | FOLL_FAST_ONLY); in pin_user_pages_fast_only()
/kernel/linux/linux-6.6/mm/
H A Dgup.c2230 * - FOLL_PIN/FOLL_TRIED/FOLL_FAST_ONLY are internal only in is_valid_gup_args()
2235 FOLL_REMOTE | FOLL_FAST_ONLY))) in is_valid_gup_args()
3177 FOLL_FAST_ONLY | FOLL_NOFAULT | in internal_get_user_pages_fast()
3184 if (!(gup_flags & FOLL_FAST_ONLY)) in internal_get_user_pages_fast()
3197 if (nr_pinned == nr_pages || gup_flags & FOLL_FAST_ONLY) in internal_get_user_pages_fast()
3243 * FOLL_FAST_ONLY is required in order to match the API description of in get_user_pages_fast_only()
3247 FOLL_GET | FOLL_FAST_ONLY)) in get_user_pages_fast_only()
H A Dinternal.h1103 FOLL_FAST_ONLY = 1 << 20, enumerator
/kernel/linux/linux-5.10/include/linux/
H A Dmm.h2866 #define FOLL_FAST_ONLY 0x80000 /* gup_fast: prevent fall-back to slow gup */ macro

Completed in 16 milliseconds