Home
last modified time | relevance | path

Searched refs:EFD_NONBLOCK (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/sys/
H A Deventfd.h36 #define EFD_NONBLOCK 0x00000004 macro
/f-stack/freebsd/kern/
H A Dsys_eventfd.c58 _Static_assert(EFD_NONBLOCK == O_NONBLOCK, "Mismatched EFD_NONBLOCK");
127 if ((flags & EFD_NONBLOCK) != 0) in eventfd_create_file()
H A Dsys_generic.c911 if ((ae.flags & ~(EFD_CLOEXEC | EFD_NONBLOCK | in sys___specialfd()
/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/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/net/pfe/
H A Dpfe_hif.c815 event_fd = eventfd(0, EFD_NONBLOCK); in pfe_hif_init()
/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/drivers/net/memif/
H A Drte_eth_memif.c1089 mq->intr_handle.fd = eventfd(0, EFD_NONBLOCK); in memif_init_queues()
1112 mq->intr_handle.fd = eventfd(0, EFD_NONBLOCK); in memif_init_queues()
/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()