Home
last modified time | relevance | path

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

/linux/tools/perf/trace/beauty/
A Deventfd.c10 #ifndef EFD_CLOEXEC
11 #define EFD_CLOEXEC 02000000 macro
/linux/include/linux/
A Deventfd.h27 #define EFD_CLOEXEC O_CLOEXEC macro
/linux/tools/testing/selftests/uevent/
A Duevent_filtering.c375 sync_fd = eventfd(0, EFD_CLOEXEC); in TEST()
/linux/fs/
A Deventfd.c412 BUILD_BUG_ON(EFD_CLOEXEC != O_CLOEXEC); in do_eventfd()

Completed in 9 milliseconds