EPOLLOUT 516 src/event/modules/ngx_epoll_module.c prev = EPOLLOUT; EPOLLOUT 524 src/event/modules/ngx_epoll_module.c #if (NGX_WRITE_EVENT != EPOLLOUT) EPOLLOUT 525 src/event/modules/ngx_epoll_module.c events = EPOLLOUT; EPOLLOUT 583 src/event/modules/ngx_epoll_module.c prev = EPOLLOUT; EPOLLOUT 622 src/event/modules/ngx_epoll_module.c ee.events = EPOLLIN|EPOLLOUT|EPOLLET|EPOLLRDHUP; EPOLLOUT 786 src/event/modules/ngx_epoll_module.c if (revents & ~(EPOLLIN|EPOLLOUT|EPOLLERR|EPOLLHUP)) { EPOLLOUT 794 src/event/modules/ngx_epoll_module.c && (revents & (EPOLLIN|EPOLLOUT)) == 0) EPOLLOUT 802 src/event/modules/ngx_epoll_module.c revents |= EPOLLIN|EPOLLOUT; EPOLLOUT 828 src/event/modules/ngx_epoll_module.c if ((revents & EPOLLOUT) && wev->active) { EPOLLOUT 358 src/event/ngx_event.h #define NGX_WRITE_EVENT EPOLLOUT