Home
last modified time | relevance | path

Searched refs:FAULT_FLAG_INTERRUPTIBLE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/linux/
Dmm.h458 #define FAULT_FLAG_INTERRUPTIBLE 0x200 macro
466 FAULT_FLAG_INTERRUPTIBLE)
496 { FAULT_FLAG_INTERRUPTIBLE, "INTERRUPTIBLE" }
/Linux-v5.10/fs/
Duserfaultfd.c344 if (flags & FAULT_FLAG_INTERRUPTIBLE) in userfaultfd_get_blocking_state()