Searched refs:EFD_NONBLOCK (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | eventfd.h | 36 #define EFD_NONBLOCK 0x00000004 macro
|
| /f-stack/freebsd/kern/ |
| H A D | sys_eventfd.c | 58 _Static_assert(EFD_NONBLOCK == O_NONBLOCK, "Mismatched EFD_NONBLOCK"); 127 if ((flags & EFD_NONBLOCK) != 0) in eventfd_create_file()
|
| H A D | sys_generic.c | 911 if ((ae.flags & ~(EFD_CLOEXEC | EFD_NONBLOCK | in sys___specialfd()
|
| /f-stack/dpdk/drivers/common/octeontx2/ |
| H A D | otx2_irq.c | 163 tmp_handle.fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in otx2_register_irq()
|
| /f-stack/dpdk/drivers/net/virtio/virtio_user/ |
| H A D | virtio_user_dev.c | 272 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 D | pci_vfio.c | 282 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 D | dpaa_bus.c | 566 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in rte_dpaa_setup_intr()
|
| /f-stack/dpdk/drivers/net/pfe/ |
| H A D | pfe_hif.c | 815 event_fd = eventfd(0, EFD_NONBLOCK); in pfe_hif_init()
|
| /f-stack/dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_vfio.c | 680 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in rte_dpaa2_vfio_setup_intr()
|
| /f-stack/dpdk/drivers/net/memif/ |
| H A D | rte_eth_memif.c | 1089 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 D | eal_interrupts.c | 1491 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in rte_intr_efd_enable()
|
| /f-stack/dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 378 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in vdpa_enable_vfio_intr()
|