Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/vm/
Duserfaultfd.txt94 Guest async page faults, FOLL_NOWAIT and all other GUP features work
/linux-4.4.14/mm/
Dgup.c314 if (*flags & FOLL_NOWAIT) in faultin_page()
/linux-4.4.14/include/linux/
Dmm.h2106 #define FOLL_NOWAIT 0x20 /* if a disk transfer is needed, start the IO macro
/linux-4.4.14/virt/kvm/
Dkvm_main.c1281 int flags = FOLL_TOUCH | FOLL_NOWAIT | FOLL_HWPOISON | FOLL_GET; in get_user_page_nowait()