Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Deventfd.h22 #define EFD_CLOEXEC O_CLOEXEC macro
/linux-4.1.27/fs/
Deventfd.c397 BUILD_BUG_ON(EFD_CLOEXEC != O_CLOEXEC); in eventfd_file_create()