Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/trace/beauty/
H A Deventfd.c10 #ifndef EFD_CLOEXEC
11 #define EFD_CLOEXEC 02000000 macro
/openbmc/linux/include/uapi/linux/
H A Deventfd.h8 #define EFD_CLOEXEC O_CLOEXEC macro
/openbmc/qemu/util/
H A Devent_notifier-posix.c41 ret = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in event_notifier_init()
/openbmc/linux/tools/testing/selftests/uevent/
H A Duevent_filtering.c375 sync_fd = eventfd(0, EFD_CLOEXEC); in TEST()
/openbmc/linux/fs/
H A Deventfd.c396 BUILD_BUG_ON(EFD_CLOEXEC != O_CLOEXEC); in do_eventfd()
/openbmc/qemu/subprojects/libvduse/
H A Dlibvduse.c915 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in vduse_queue_enable()
/openbmc/qemu/migration/
H A Dpostcopy-ram.c1233 mis->userfault_event_fd = eventfd(0, EFD_CLOEXEC); in postcopy_ram_incoming_setup()
/openbmc/qemu/hw/i386/kvm/
H A Dxen_evtchn.c2000 xc->fd = eventfd(0, EFD_CLOEXEC); in xen_be_evtchn_open()
/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd.c901 efd = eventfd(0, EFD_CLOEXEC); in TEST_F()
/openbmc/qemu/
H A Dmeson.build2594 int main(void) { return eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); }'''))