Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Duserfaultfd_k.h33 #define UFFD_CLOEXEC O_CLOEXEC macro
/openbmc/linux/fs/
H A Duserfaultfd.c2193 BUILD_BUG_ON(UFFD_CLOEXEC != O_CLOEXEC); in new_userfaultfd()