| /f-stack/freebsd/kern/ |
| H A D | sys_eventfd.c | 103 struct eventfd { struct 114 struct eventfd *efd; in eventfd_create_file() argument 137 struct eventfd *efd; in eventfd_close() 151 struct eventfd *efd; in eventfd_read() 193 struct eventfd *efd; in eventfd_write() 237 struct eventfd *efd; in eventfd_poll() 258 struct eventfd *efd = fp->f_data; in eventfd_kqfilter() 283 struct eventfd *efd = kn->kn_hook; in filt_eventfddetach() 293 struct eventfd *efd = kn->kn_hook; in filt_eventfdread() 306 struct eventfd *efd = kn->kn_hook; in filt_eventfdwrite() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | eventfd.h | 47 int eventfd(unsigned int initval, int flags);
|
| /f-stack/dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_dpio.c | 175 int eventfd, dpio_epoll_fd, ret; in dpaa2_dpio_intr_init() local 198 eventfd = dpio_dev->intr_handle.fd; in dpaa2_dpio_intr_init() 200 epoll_ev.data.fd = eventfd; in dpaa2_dpio_intr_init() 202 ret = epoll_ctl(dpio_epoll_fd, EPOLL_CTL_ADD, eventfd, &epoll_ev); in dpaa2_dpio_intr_init()
|
| H A D | dpaa2_hw_pvt.h | 175 int32_t eventfd; /*!< Event Fd of this queue */ member
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_hw.h | 26 int eventfd; member
|
| H A D | ifpga_feature_dev.c | 388 ctx[i].eventfd = fds[i]; in fpga_msix_set_block()
|
| H A D | ifpga_enumerate.c | 111 ctx[i].eventfd = -1; in build_info_add_sub_feature()
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | unix | 539 #include <sys/eventfd.h>" 547 (void) eventfd(0, 0)" 588 ngx_feature="eventfd()" 591 ngx_feature_incs="#include <sys/eventfd.h>" 594 ngx_feature_test="(void) eventfd(0, 0)" 603 ngx_feature="eventfd() (SYS_eventfd)"
|
| /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/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_epoll_module.c | 255 ngx_eventfd = eventfd(0, 0); in ngx_epoll_aio_init() 391 notify_fd = eventfd(0, 0); in ngx_epoll_notify_init()
|
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic.h | 128 int eventfd; member
|
| /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()
|