Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_ADD (Results 1 – 15 of 15) sorted by relevance

/f-stack/example/
H A Dmain_epoll.c77 if (ff_epoll_ctl(epfd, EPOLL_CTL_ADD, nclientfd, &ev) != 0) { in loop()
139 ff_epoll_ctl(epfd, EPOLL_CTL_ADD, sockfd, &ev); in main()
/f-stack/lib/
H A Dff_epoll.c43 (op != EPOLL_CTL_ADD && in ff_epoll_ctl()
83 if (op == EPOLL_CTL_ADD) { in ff_epoll_ctl()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_epoll_module.c34 #define EPOLL_CTL_ADD 1 macro
295 if (epoll_ctl(ep, EPOLL_CTL_ADD, ngx_eventfd, &ee) != -1) { in ngx_epoll_aio_init()
415 if (epoll_ctl(ep, EPOLL_CTL_ADD, notify_fd, &ee) == -1) { in ngx_epoll_notify_init()
478 if (epoll_ctl(ep, EPOLL_CTL_ADD, s[0], &ee) == -1) { in ngx_epoll_test_rdhup()
611 op = EPOLL_CTL_ADD; in ngx_epoll_add_event()
711 if (epoll_ctl(ep, EPOLL_CTL_ADD, c->fd, &ee) == -1) { in ngx_epoll_add_connection()
H A Dngx_ff_host_event_module.c180 op = EPOLL_CTL_ADD; in ngx_ff_epoll_add_event()
273 if (epoll_ctl(ep, EPOLL_CTL_ADD, c->fd, &ee) == -1) { in ngx_ff_epoll_add_connection()
/f-stack/app/nginx-1.16.1/auto/os/
H A Dlinux71 epoll_ctl(efd, EPOLL_CTL_ADD, fd, &ee)"
87 epoll_ctl(efd, EPOLL_CTL_ADD, fd, &ee)"
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_interrupts.c1098 if (epoll_ctl(pfd, EPOLL_CTL_ADD, intr_pipe.readfd, in eal_intr_thread_main()
1120 if (epoll_ctl(pfd, EPOLL_CTL_ADD, in eal_intr_thread_main()
1371 if (op == EPOLL_CTL_ADD) { in rte_epoll_ctl()
1383 if (op == EPOLL_CTL_ADD) in rte_epoll_ctl()
1418 epfd_op = EPOLL_CTL_ADD; in rte_intr_rx_ctl()
/f-stack/app/redis-5.0.5/src/
H A Dae_epoll.c79 EPOLL_CTL_ADD : EPOLL_CTL_MOD; in aeApiAddEvent()
/f-stack/dpdk/examples/ip_pipeline/
H A Dconn.c180 EPOLL_CTL_ADD, in conn_poll_for_conn()
/f-stack/dpdk/drivers/net/softnic/
H A Dconn.c182 EPOLL_CTL_ADD, in softnic_conn_poll_for_conn()
/f-stack/dpdk/examples/pipeline/
H A Dconn.c182 EPOLL_CTL_ADD, in conn_poll_for_conn()
/f-stack/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c458 if (epoll_ctl(epfd, EPOLL_CTL_ADD, vring.kickfd, &ev) < 0) { in notify_relay()
739 if (epoll_ctl(epfd, EPOLL_CTL_ADD, vring.kickfd, &ev) < 0) { in vring_relay()
750 if (epoll_ctl(epfd, EPOLL_CTL_ADD, internal->intr_fd[qid], &ev) in vring_relay()
/f-stack/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_dpio.c202 ret = epoll_ctl(dpio_epoll_fd, EPOLL_CTL_ADD, eventfd, &epoll_ev); in dpaa2_dpio_intr_init()
/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif.c826 err = epoll_ctl(epoll_fd, EPOLL_CTL_ADD, event_fd, &epoll_ev); in pfe_hif_init()
/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c945 if (epoll_ctl(global_event_fd, EPOLL_CTL_ADD, info->fd, &event) < 0) { in add_channel_to_monitor()
/f-stack/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c564 ret = rte_epoll_ctl(epfd, EPOLL_CTL_ADD, rev.fd, in eth_vhost_update_intr()