Lines Matching refs:FOLL_TOUCH
523 if (flags & FOLL_TOUCH) {
670 if (flags & FOLL_TOUCH) {
1643 gup_flags = FOLL_TOUCH;
1705 * FOLL_TOUCH: Mark page accessed and thereby young; will also mark
1713 gup_flags = FOLL_TOUCH | FOLL_HWPOISON | FOLL_UNLOCKABLE;
2334 FOLL_TOUCH | FOLL_REMOTE))
2372 if (!is_valid_gup_args(pages, NULL, &gup_flags, FOLL_TOUCH))
2401 FOLL_TOUCH | FOLL_UNLOCKABLE))
3205 gup_flags | FOLL_TOUCH | FOLL_UNLOCKABLE);
3344 FOLL_PIN | FOLL_TOUCH | FOLL_REMOTE))
3361 * Nearly the same as get_user_pages(), except that FOLL_TOUCH is not set, and
3396 FOLL_PIN | FOLL_TOUCH | FOLL_UNLOCKABLE))