Searched refs:EFD_CLOEXEC (Results 1 – 6 of 6) sorted by relevance
27 EFD_CLOEXEC = 02000000, enumerator28 #define EFD_CLOEXEC EFD_CLOEXEC macro
10 #ifndef EFD_CLOEXEC11 #define EFD_CLOEXEC 02000000 macro
26 #define EFD_CLOEXEC O_CLOEXEC macro
375 sync_fd = eventfd(0, EFD_CLOEXEC); in TEST()
416 BUILD_BUG_ON(EFD_CLOEXEC != O_CLOEXEC); in do_eventfd()