events            588 core/ngx_open_file_cache.c         || !of->events
events             37 core/ngx_open_file_cache.h     unsigned                 events:1;
events             31 event/modules/ngx_devpoll_module.c     ngx_uint_t      events;
events             71 event/modules/ngx_devpoll_module.c       offsetof(ngx_devpoll_conf_t, events),
events            167 event/modules/ngx_devpoll_module.c     if (nevents < dpcf->events) {
events            172 event/modules/ngx_devpoll_module.c         event_list = ngx_alloc(sizeof(struct pollfd) * dpcf->events,
events            179 event/modules/ngx_devpoll_module.c     nevents = dpcf->events;
events            313 event/modules/ngx_devpoll_module.c     change_list[nchanges].events = (short) event;
events            340 event/modules/ngx_devpoll_module.c     int                 events, revents, rc;
events            370 event/modules/ngx_devpoll_module.c     events = ioctl(dp, DP_POLL, &dvp);
events            372 event/modules/ngx_devpoll_module.c     err = (events == -1) ? ngx_errno : 0;
events            396 event/modules/ngx_devpoll_module.c     if (events == 0) {
events            408 event/modules/ngx_devpoll_module.c     for (i = 0; i < events; i++) {
events            418 event/modules/ngx_devpoll_module.c             pfd.events = 0;
events            444 event/modules/ngx_devpoll_module.c                 pfd.events = POLLREMOVE;
events            467 event/modules/ngx_devpoll_module.c                        fd, event_list[i].events, revents);
events            472 event/modules/ngx_devpoll_module.c                           fd, event_list[i].events, revents);
events            479 event/modules/ngx_devpoll_module.c                           fd, event_list[i].events, revents);
events            553 event/modules/ngx_devpoll_module.c     dpcf->events = NGX_CONF_UNSET;
events            565 event/modules/ngx_devpoll_module.c     ngx_conf_init_uint_value(dpcf->events, 32);
events             42 event/modules/ngx_epoll_module.c     uint32_t      events;
events             56 event/modules/ngx_epoll_module.c int epoll_wait(int epfd, struct epoll_event *events, int nevents, int timeout)
events             88 event/modules/ngx_epoll_module.c     ngx_uint_t  events;
events            133 event/modules/ngx_epoll_module.c       offsetof(ngx_epoll_conf_t, events),
events            202 event/modules/ngx_epoll_module.c io_getevents(aio_context_t ctx, long min_nr, long nr, struct io_event *events,
events            205 event/modules/ngx_epoll_module.c     return syscall(SYS_io_getevents, ctx, min_nr, nr, events, tmo);
events            265 event/modules/ngx_epoll_module.c         ee.events = EPOLLIN|EPOLLET;
events            277 event/modules/ngx_epoll_module.c     if (nevents < epcf->events) {
events            282 event/modules/ngx_epoll_module.c         event_list = ngx_alloc(sizeof(struct epoll_event) * epcf->events,
events            289 event/modules/ngx_epoll_module.c     nevents = epcf->events;
events            339 event/modules/ngx_epoll_module.c     uint32_t             events, prev;
events            346 event/modules/ngx_epoll_module.c     events = (uint32_t) event;
events            352 event/modules/ngx_epoll_module.c         events = EPOLLIN;
events            359 event/modules/ngx_epoll_module.c         events = EPOLLOUT;
events            365 event/modules/ngx_epoll_module.c         events |= prev;
events            371 event/modules/ngx_epoll_module.c     ee.events = events | (uint32_t) flags;
events            376 event/modules/ngx_epoll_module.c                    c->fd, op, ee.events);
events            426 event/modules/ngx_epoll_module.c         ee.events = prev | (uint32_t) flags;
events            431 event/modules/ngx_epoll_module.c         ee.events = 0;
events            437 event/modules/ngx_epoll_module.c                    c->fd, op, ee.events);
events            456 event/modules/ngx_epoll_module.c     ee.events = EPOLLIN|EPOLLOUT|EPOLLET;
events            460 event/modules/ngx_epoll_module.c                    "epoll add connection: fd:%d ev:%08XD", c->fd, ee.events);
events            497 event/modules/ngx_epoll_module.c     ee.events = 0;
events            516 event/modules/ngx_epoll_module.c     int                events;
events            530 event/modules/ngx_epoll_module.c     events = epoll_wait(ep, event_list, (int) nevents, timer);
events            532 event/modules/ngx_epoll_module.c     err = (events == -1) ? ngx_errno : 0;
events            556 event/modules/ngx_epoll_module.c     if (events == 0) {
events            570 event/modules/ngx_epoll_module.c     for (i = 0; i < events; i++) {
events            594 event/modules/ngx_epoll_module.c         revents = event_list[i].events;
events            678 event/modules/ngx_epoll_module.c     long              i, events;
events            714 event/modules/ngx_epoll_module.c         events = io_getevents(ngx_aio_ctx, 1, 64, event, &ts);
events            717 event/modules/ngx_epoll_module.c                        "io_getevents: %l", events);
events            719 event/modules/ngx_epoll_module.c         if (events > 0) {
events            720 event/modules/ngx_epoll_module.c             ready -= events;
events            722 event/modules/ngx_epoll_module.c             for (i = 0; i < events; i++) {
events            744 event/modules/ngx_epoll_module.c         if (events == 0) {
events            749 event/modules/ngx_epoll_module.c         ngx_log_error(NGX_LOG_ALERT, ev->log, -events, "io_getevents() failed");
events            767 event/modules/ngx_epoll_module.c     epcf->events = NGX_CONF_UNSET;
events            778 event/modules/ngx_epoll_module.c     ngx_conf_init_uint_value(epcf->events, 512);
events             57 event/modules/ngx_eventport_module.c int port_associate(int port, int source, uintptr_t object, int events,
events             94 event/modules/ngx_eventport_module.c     ngx_uint_t  events;
events            124 event/modules/ngx_eventport_module.c       offsetof(ngx_eventport_conf_t, events),
events            187 event/modules/ngx_eventport_module.c     if (nevents < epcf->events) {
events            192 event/modules/ngx_eventport_module.c         event_list = ngx_alloc(sizeof(port_event_t) * epcf->events,
events            231 event/modules/ngx_eventport_module.c     nevents = epcf->events;
events            270 event/modules/ngx_eventport_module.c     ngx_int_t          events, prev;
events            276 event/modules/ngx_eventport_module.c     events = event;
events            282 event/modules/ngx_eventport_module.c         events = POLLIN;
events            289 event/modules/ngx_eventport_module.c         events = POLLOUT;
events            294 event/modules/ngx_eventport_module.c         events |= prev;
events            298 event/modules/ngx_eventport_module.c                    "eventport add event: fd:%d ev:%04Xi", c->fd, events);
events            300 event/modules/ngx_eventport_module.c     if (port_associate(ep, PORT_SOURCE_FD, c->fd, events,
events            381 event/modules/ngx_eventport_module.c     u_int               events;
events            401 event/modules/ngx_eventport_module.c     events = 1;
events            403 event/modules/ngx_eventport_module.c     n = port_getn(ep, event_list, (u_int) nevents, &events, tp);
events            427 event/modules/ngx_eventport_module.c     if (events == 0) {
events            439 event/modules/ngx_eventport_module.c     for (i = 0; i < events; i++) {
events            587 event/modules/ngx_eventport_module.c     epcf->events = NGX_CONF_UNSET;
events            598 event/modules/ngx_eventport_module.c     ngx_conf_init_uint_value(epcf->events, 32);
events             14 event/modules/ngx_kqueue_module.c     ngx_uint_t  events;
events             72 event/modules/ngx_kqueue_module.c       offsetof(ngx_kqueue_conf_t, events),
events            190 event/modules/ngx_kqueue_module.c     if (nevents < kcf->events) {
events            195 event/modules/ngx_kqueue_module.c         event_list = ngx_alloc(kcf->events * sizeof(struct kevent), cycle->log);
events            239 event/modules/ngx_kqueue_module.c     nevents = kcf->events;
events            493 event/modules/ngx_kqueue_module.c     int               events, n;
events            536 event/modules/ngx_kqueue_module.c     events = kevent(ngx_kqueue, change_list, n, event_list, (int) nevents, tp);
events            538 event/modules/ngx_kqueue_module.c     err = (events == -1) ? ngx_errno : 0;
events            545 event/modules/ngx_kqueue_module.c                    "kevent events: %d", events);
events            565 event/modules/ngx_kqueue_module.c     if (events == 0) {
events            577 event/modules/ngx_kqueue_module.c     for (i = 0; i < events; i++) {
events            769 event/modules/ngx_kqueue_module.c     kcf->events = NGX_CONF_UNSET;
events            781 event/modules/ngx_kqueue_module.c     ngx_conf_init_uint_value(kcf->events, 512);
events            146 event/modules/ngx_poll_module.c         event_list[nevents].events = (short) event;
events            156 event/modules/ngx_poll_module.c         event_list[e->index].events |= (short) event;
events            228 event/modules/ngx_poll_module.c         event_list[e->index].events &= (short) ~event;
events            254 event/modules/ngx_poll_module.c                            i, event_list[i].fd, event_list[i].events);
events            311 event/modules/ngx_poll_module.c                        i, event_list[i].fd, event_list[i].events, revents);
events            316 event/modules/ngx_poll_module.c                            i, event_list[i].fd, event_list[i].events, revents);
events            323 event/modules/ngx_poll_module.c                           event_list[i].fd, event_list[i].events, revents);
events            329 event/modules/ngx_poll_module.c                           event_list[i].fd, event_list[i].events, revents);
events            466 event/modules/ngx_rtsig_module.c     int                name[2], rtsig_max, rtsig_nr, events, ready;
events            496 event/modules/ngx_rtsig_module.c             events = 0;
events            499 event/modules/ngx_rtsig_module.c                 events |= POLLIN;
events            503 event/modules/ngx_rtsig_module.c                 events |= POLLOUT;
events            506 event/modules/ngx_rtsig_module.c             if (events == 0) {
events            511 event/modules/ngx_rtsig_module.c             overflow_list[n].events = events;
events             32 event/ngx_event.h     ngx_event_t     *events;
events             46 event/ngx_event_busy_lock.c         if (bl->events) {
events             50 event/ngx_event_busy_lock.c             bl->events = ctx;
events             94 event/ngx_event_busy_lock.c             if (bl->events == NULL) {
events             95 event/ngx_event_busy_lock.c                 bl->events = ctx;
events            121 event/ngx_event_busy_lock.c     if (bl->events) {
events            122 event/ngx_event_busy_lock.c         wakeup = bl->events;
events            123 event/ngx_event_busy_lock.c         bl->events = bl->events->next;
events            141 event/ngx_event_busy_lock.c         for (wakeup = bl->events; wakeup; wakeup = wakeup->next) {
events            185 event/ngx_event_busy_lock.c     if (ctx == bl->events) {
events            186 event/ngx_event_busy_lock.c         bl->events = ctx->next;
events            189 event/ngx_event_busy_lock.c         p = bl->events;
events            190 event/ngx_event_busy_lock.c         for (c = bl->events->next; c; c = c->next) {
events             45 event/ngx_event_busy_lock.h     ngx_event_busy_lock_ctx_t  *events;
events             20 event/ngx_event_mutex.c         if (m->events == NULL) {
events             21 event/ngx_event_mutex.c             m->events = ev;
events             56 event/ngx_event_mutex.c                    "unlock event mutex %p, next event: %p", m, m->events);
events             60 event/ngx_event_mutex.c     if (m->events) {
events             61 event/ngx_event_mutex.c         ev = m->events;
events             62 event/ngx_event_mutex.c         m->events = ev->next;
events            110 http/modules/ngx_http_flv_module.c     of.events = clcf->open_file_cache_events;
events            130 http/modules/ngx_http_gzip_static_module.c     of.events = clcf->open_file_cache_events;
events            210 http/modules/ngx_http_index_module.c         of.events = clcf->open_file_cache_events;
events            395 http/modules/ngx_http_log_module.c         of.events = clcf->open_file_cache_events;
events             95 http/modules/ngx_http_static_module.c     of.events = clcf->open_file_cache_events;
events           1271 http/ngx_http_core_module.c         of.events = clcf->open_file_cache_events;
events            322 http/ngx_http_file_cache.c     of.events = clcf->open_file_cache_events;
events           1504 http/ngx_http_script.c     of.events = clcf->open_file_cache_events;