Home
last modified time | relevance | path

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

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