Searched refs:EFD_CLOEXEC (Results 1 – 7 of 7) sorted by relevance
12 #ifndef EFD_CLOEXEC13 #define EFD_CLOEXEC 0200000011 #define EFD_CLOEXEC global() macro
8 #define EFD_CLOEXEC O_CLOEXEC macro
63 fd = sys_eventfd2(0, EFD_CLOEXEC); in TEST()92 fd = sys_eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK); in TEST()
260 irqfd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in uml_vfio_user_activate_irq()
377 sync_fd = eventfd(0, EFD_CLOEXEC); in TEST()
384 BUILD_BUG_ON(EFD_CLOEXEC != O_CLOEXEC); in do_eventfd()
1423 efd = eventfd(0, EFD_CLOEXEC); in TEST_F()