Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Deventfd.h22 #define EFD_CLOEXEC O_CLOEXEC macro
/linux-4.4.14/fs/
Deventfd.c397 BUILD_BUG_ON(EFD_CLOEXEC != O_CLOEXEC); in eventfd_file_create()
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c69 #ifndef EFD_CLOEXEC
70 # define EFD_CLOEXEC 02000000 macro