Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_DEL (Results 1 – 11 of 11) sorted by relevance

/f-stack/lib/
H A Dff_epoll.c42 if ((!event && op != EPOLL_CTL_DEL) || in ff_epoll_ctl()
45 op != EPOLL_CTL_DEL)) { in ff_epoll_ctl()
53 if (op == EPOLL_CTL_DEL) { in ff_epoll_ctl()
/f-stack/example/
H A Dmain_epoll.c86 ff_epoll_ctl(epfd, EPOLL_CTL_DEL, events[i].data.fd, NULL); in loop()
94 ff_epoll_ctl(epfd, EPOLL_CTL_DEL, events[i].data.fd, NULL); in loop()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_ff_host_event_module.c242 op = EPOLL_CTL_DEL; in ngx_ff_epoll_del_event()
307 op = EPOLL_CTL_DEL; in ngx_ff_epoll_del_connection()
H A Dngx_epoll_module.c35 #define EPOLL_CTL_DEL 2 macro
679 op = EPOLL_CTL_DEL; in ngx_epoll_del_event()
745 op = EPOLL_CTL_DEL; in ngx_epoll_del_connection()
/f-stack/app/redis-5.0.5/src/
H A Dae_epoll.c104 epoll_ctl(state->epfd,EPOLL_CTL_DEL,fd,&ee); in aeApiDelEvent()
/f-stack/dpdk/examples/ip_pipeline/
H A Dconn.c281 EPOLL_CTL_DEL, in control_event_handle()
/f-stack/dpdk/drivers/net/softnic/
H A Dconn.c284 EPOLL_CTL_DEL, in control_event_handle()
/f-stack/dpdk/examples/pipeline/
H A Dconn.c284 EPOLL_CTL_DEL, in control_event_handle()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_interrupts.c1390 if (op == EPOLL_CTL_DEL && __atomic_load_n(&event->status, in rte_epoll_ctl()
1442 epfd_op = EPOLL_CTL_DEL; in rte_intr_rx_ctl()
1473 if (rte_epoll_ctl(rev->epfd, EPOLL_CTL_DEL, rev->fd, rev)) { in rte_intr_free_epoll_fd()
/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c958 if (epoll_ctl(global_event_fd, EPOLL_CTL_DEL, in remove_channel_from_monitor()
/f-stack/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c555 ret = rte_epoll_ctl(epfd, EPOLL_CTL_DEL, rev.fd, in eth_vhost_update_intr()