Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmm_types.h1403 FOLL_NOWAIT = 1 << 4, enumerator
/openbmc/linux/Documentation/admin-guide/mm/
H A Duserfaultfd.rst273 Guest async page faults, ``FOLL_NOWAIT`` and all other ``GUP*`` features work
/openbmc/linux/mm/
H A Dgup.c853 if (*flags & FOLL_NOWAIT) in faultin_page()
/openbmc/linux/virt/kvm/
H A Dkvm_main.c2569 flags |= FOLL_NOWAIT; in hva_to_pfn_slow()