Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Deventfd.h37 #define EFD_CLOEXEC 0x00100000 macro
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_irq.c163 tmp_handle.fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in otx2_register_irq()
/f-stack/freebsd/kern/
H A Dsys_eventfd.c57 _Static_assert(EFD_CLOEXEC == O_CLOEXEC, "Mismatched EFD_CLOEXEC");
H A Dsys_generic.c879 if ((ae->flags & EFD_CLOEXEC) != 0) in kern_specialfd()
911 if ((ae.flags & ~(EFD_CLOEXEC | EFD_NONBLOCK | in sys___specialfd()
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.c272 callfd = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); in virtio_user_dev_init_notify()
277 kickfd = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); in virtio_user_dev_init_notify()
/f-stack/dpdk/drivers/bus/pci/linux/
H A Dpci_vfio.c282 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in pci_vfio_setup_interrupts()
363 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in pci_vfio_enable_notifier()
/f-stack/dpdk/drivers/bus/dpaa/
H A Ddpaa_bus.c566 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in rte_dpaa_setup_intr()
/f-stack/dpdk/drivers/bus/fslmc/
H A Dfslmc_vfio.c680 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in rte_dpaa2_vfio_setup_intr()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_interrupts.c1491 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in rte_intr_efd_enable()
/f-stack/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c378 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in vdpa_enable_vfio_intr()