Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/trace/beauty/
Deventfd.c10 #ifndef EFD_CLOEXEC
11 #define EFD_CLOEXEC 02000000 macro
/linux-6.6.21/include/uapi/linux/
Deventfd.h8 #define EFD_CLOEXEC O_CLOEXEC macro
/linux-6.6.21/tools/testing/selftests/uevent/
Duevent_filtering.c375 sync_fd = eventfd(0, EFD_CLOEXEC); in TEST()
/linux-6.6.21/fs/
Deventfd.c396 BUILD_BUG_ON(EFD_CLOEXEC != O_CLOEXEC); in do_eventfd()
/linux-6.6.21/tools/testing/selftests/iommu/
Diommufd.c901 efd = eventfd(0, EFD_CLOEXEC); in TEST_F()