Home
last modified time | relevance | path

Searched refs:EPOLLERR (Results 1 – 9 of 9) sorted by relevance

/f-stack/lib/
H A Dff_epoll.c121 event_one |= EPOLLERR; in ff_event_to_epoll()
128 event_one |= EPOLLERR; in ff_event_to_epoll()
134 event_one |= EPOLLERR; in ff_event_to_epoll()
/f-stack/example/
H A Dmain_epoll.c84 if (events[i].events & EPOLLERR ) { in loop()
/f-stack/app/redis-5.0.5/src/
H A Dae_epoll.c124 if (e->events & EPOLLERR) mask |= AE_WRITABLE; in aeApiPoll()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_epoll_module.c20 #define EPOLLERR 0x008 macro
862 if (revents & (EPOLLERR|EPOLLHUP)) { in ngx_epoll_process_events()
876 if (revents & ~(EPOLLIN|EPOLLOUT|EPOLLERR|EPOLLHUP)) { in ngx_epoll_process_events()
H A Dngx_ff_host_event_module.c395 if (revents & (EPOLLERR|EPOLLHUP)) { in ngx_ff_epoll_process_events()
/f-stack/dpdk/examples/ip_pipeline/
H A Dconn.c321 if (event.events & (EPOLLRDHUP | EPOLLERR | EPOLLHUP)) in conn_poll_for_msg()
/f-stack/dpdk/drivers/net/softnic/
H A Dconn.c324 if (event.events & (EPOLLRDHUP | EPOLLERR | EPOLLHUP)) in softnic_conn_poll_for_msg()
/f-stack/dpdk/examples/pipeline/
H A Dconn.c324 if (event.events & (EPOLLRDHUP | EPOLLERR | EPOLLHUP)) in conn_poll_for_msg()
/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c1119 if ((global_events_list[i].events & EPOLLERR) || in run_channel_monitor()