Searched refs:EPOLL_CTL_DEL (Results 1 – 11 of 11) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_epoll.c | 42 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 D | main_epoll.c | 86 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 D | ngx_ff_host_event_module.c | 242 op = EPOLL_CTL_DEL; in ngx_ff_epoll_del_event() 307 op = EPOLL_CTL_DEL; in ngx_ff_epoll_del_connection()
|
| H A D | ngx_epoll_module.c | 35 #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 D | ae_epoll.c | 104 epoll_ctl(state->epfd,EPOLL_CTL_DEL,fd,&ee); in aeApiDelEvent()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | conn.c | 281 EPOLL_CTL_DEL, in control_event_handle()
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | conn.c | 284 EPOLL_CTL_DEL, in control_event_handle()
|
| /f-stack/dpdk/examples/pipeline/ |
| H A D | conn.c | 284 EPOLL_CTL_DEL, in control_event_handle()
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_interrupts.c | 1390 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 D | channel_monitor.c | 958 if (epoll_ctl(global_event_fd, EPOLL_CTL_DEL, in remove_channel_from_monitor()
|
| /f-stack/dpdk/drivers/net/vhost/ |
| H A D | rte_eth_vhost.c | 555 ret = rte_epoll_ctl(epfd, EPOLL_CTL_DEL, rev.fd, in eth_vhost_update_intr()
|