Searched refs:EFD_CLOEXEC (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | eventfd.h | 37 #define EFD_CLOEXEC 0x00100000 macro
|
| /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/freebsd/kern/ |
| H A D | sys_eventfd.c | 57 _Static_assert(EFD_CLOEXEC == O_CLOEXEC, "Mismatched EFD_CLOEXEC");
|
| H A D | sys_generic.c | 879 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 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/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/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()
|