Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ip_pipeline/
H A Dconn.c176 event.events = EPOLLIN | EPOLLRDHUP | EPOLLHUP; in conn_poll_for_conn()
321 if (event.events & (EPOLLRDHUP | EPOLLERR | EPOLLHUP)) in conn_poll_for_msg()
/f-stack/dpdk/drivers/net/softnic/
H A Dconn.c178 event.events = EPOLLIN | EPOLLRDHUP | EPOLLHUP; in softnic_conn_poll_for_conn()
324 if (event.events & (EPOLLRDHUP | EPOLLERR | EPOLLHUP)) in softnic_conn_poll_for_msg()
/f-stack/dpdk/examples/pipeline/
H A Dconn.c178 event.events = EPOLLIN | EPOLLRDHUP | EPOLLHUP; in conn_poll_for_conn()
324 if (event.events & (EPOLLRDHUP | EPOLLERR | EPOLLHUP)) in conn_poll_for_msg()
/f-stack/lib/
H A Dff_epoll.c125 event_one |= EPOLLHUP; in ff_event_to_epoll()
/f-stack/app/redis-5.0.5/src/
H A Dae_epoll.c125 if (e->events & EPOLLHUP) mask |= AE_WRITABLE; in aeApiPoll()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_epoll_module.c21 #define EPOLLHUP 0x010 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/vm_power_manager/
H A Dchannel_monitor.c1120 (global_events_list[i].events & EPOLLHUP)) { in run_channel_monitor()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_interrupts.c1113 ev.events = EPOLLIN | EPOLLPRI | EPOLLRDHUP | EPOLLHUP; in eal_intr_thread_main()