| /f-stack/example/ |
| H A D | main_epoll.c | 77 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 D | ff_epoll.c | 43 (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 D | ngx_epoll_module.c | 34 #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 D | ngx_ff_host_event_module.c | 180 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 D | linux | 71 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 D | eal_interrupts.c | 1098 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 D | ae_epoll.c | 79 EPOLL_CTL_ADD : EPOLL_CTL_MOD; in aeApiAddEvent()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | conn.c | 180 EPOLL_CTL_ADD, in conn_poll_for_conn()
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | conn.c | 182 EPOLL_CTL_ADD, in softnic_conn_poll_for_conn()
|
| /f-stack/dpdk/examples/pipeline/ |
| H A D | conn.c | 182 EPOLL_CTL_ADD, in conn_poll_for_conn()
|
| /f-stack/dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 458 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 D | dpaa2_hw_dpio.c | 202 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 D | pfe_hif.c | 826 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 D | channel_monitor.c | 945 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 D | rte_eth_vhost.c | 564 ret = rte_epoll_ctl(epfd, EPOLL_CTL_ADD, rev.fd, in eth_vhost_update_intr()
|