Home
last modified time | relevance | path

Searched refs:FOLL_NOWAIT (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dmm_types.h1440 FOLL_NOWAIT = 1 << 4, enumerator
H A Dmm.h2511 * Retrieves a single page alongside its VMA. Does not support FOLL_NOWAIT.
2522 if (WARN_ON_ONCE(unlikely(gup_flags & FOLL_NOWAIT))) in get_user_page_vma_remote()
/linux/mm/
H A Dgup.c1275 if (*flags & FOLL_NOWAIT) in faultin_page()
1956 if (WARN_ON_ONCE(pages_done == 0 && !(flags & FOLL_NOWAIT))) in __get_user_pages_locked()
/linux/Documentation/admin-guide/mm/
H A Duserfaultfd.rst311 Guest async page faults, ``FOLL_NOWAIT`` and all other ``GUP*`` features work
/linux/virt/kvm/
H A Dkvm_main.c2812 flags |= FOLL_NOWAIT; in hva_to_pfn_slow()