Home
last modified time | relevance | path

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

/linux/tools/perf/trace/beauty/
A Deventfd.c10 #ifndef EFD_CLOEXEC
11 #define EFD_CLOEXEC 02000000 macro
/linux/include/uapi/linux/
A Deventfd.h8 #define EFD_CLOEXEC O_CLOEXEC macro
/linux/tools/testing/selftests/filesystems/eventfd/
A Deventfd_test.c63 fd = sys_eventfd2(0, EFD_CLOEXEC); in TEST()
92 fd = sys_eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK); in TEST()
/linux/tools/testing/selftests/uevent/
A Duevent_filtering.c377 sync_fd = eventfd(0, EFD_CLOEXEC); in TEST()
/linux/fs/
A Deventfd.c389 BUILD_BUG_ON(EFD_CLOEXEC != O_CLOEXEC); in do_eventfd()
/linux/tools/testing/selftests/iommu/
A Diommufd.c1195 efd = eventfd(0, EFD_CLOEXEC); in TEST_F()

Completed in 18 milliseconds