waiting 207 core/ngx_resolver.c for (ctx = rn->waiting; ctx; ctx = next) { waiting 331 core/ngx_resolver.c p = &rn->waiting; waiting 332 core/ngx_resolver.c w = rn->waiting; waiting 415 core/ngx_resolver.c ctx->next = rn->waiting; waiting 416 core/ngx_resolver.c rn->waiting = NULL; waiting 449 core/ngx_resolver.c ctx->next = rn->waiting; waiting 450 core/ngx_resolver.c rn->waiting = NULL; waiting 466 core/ngx_resolver.c if (rn->waiting) { waiting 468 core/ngx_resolver.c ctx->next = rn->waiting; waiting 469 core/ngx_resolver.c rn->waiting = ctx; waiting 560 core/ngx_resolver.c rn->waiting = ctx; waiting 628 core/ngx_resolver.c if (rn->waiting) { waiting 630 core/ngx_resolver.c ctx->next = rn->waiting; waiting 631 core/ngx_resolver.c rn->waiting = ctx; waiting 689 core/ngx_resolver.c rn->waiting = ctx; waiting 745 core/ngx_resolver.c p = &rn->waiting; waiting 746 core/ngx_resolver.c w = rn->waiting; waiting 919 core/ngx_resolver.c (size_t) rn->nlen, rn->name, rn->waiting); waiting 923 core/ngx_resolver.c if (rn->waiting) { waiting 1164 core/ngx_resolver.c next = rn->waiting; waiting 1165 core/ngx_resolver.c rn->waiting = NULL; waiting 1335 core/ngx_resolver.c next = rn->waiting; waiting 1336 core/ngx_resolver.c rn->waiting = NULL; waiting 1377 core/ngx_resolver.c ctx = rn->waiting; waiting 1378 core/ngx_resolver.c rn->waiting = NULL; waiting 1480 core/ngx_resolver.c next = rn->waiting; waiting 1481 core/ngx_resolver.c rn->waiting = NULL; waiting 1559 core/ngx_resolver.c next = rn->waiting; waiting 1560 core/ngx_resolver.c rn->waiting = NULL; waiting 73 core/ngx_resolver.h ngx_resolver_ctx_t *waiting; waiting 41 event/ngx_event_busy_lock.c } else if (ctx->timer && bl->waiting < bl->max_waiting) { waiting 42 event/ngx_event_busy_lock.c bl->waiting++; waiting 79 event/ngx_event_busy_lock.c rc, bl->waiting, bl->max_waiting); waiting 89 event/ngx_event_busy_lock.c if (ctx->timer && bl->waiting < bl->max_waiting) { waiting 90 event/ngx_event_busy_lock.c bl->waiting++; waiting 157 event/ngx_event_busy_lock.c bl->waiting--; waiting 183 event/ngx_event_busy_lock.c bl->waiting--; waiting 226 event/ngx_event_busy_lock.c ctx->waiting = 1; waiting 24 event/ngx_event_busy_lock.h unsigned waiting:1; waiting 42 event/ngx_event_busy_lock.h ngx_uint_t waiting; waiting 25 http/ngx_http_busy_lock.c bl->waiting--; waiting 37 http/ngx_http_busy_lock.c bl->waiting--; waiting 46 http/ngx_http_busy_lock.c if (bl->waiting < bl->max_waiting) { waiting 47 http/ngx_http_busy_lock.c bl->waiting++; waiting 72 http/ngx_http_busy_lock.c rc, bl->waiting, bl->max_waiting); waiting 90 http/ngx_http_busy_lock.c bl->waiting--; waiting 99 http/ngx_http_busy_lock.c if (bl->waiting < bl->max_waiting) { waiting 101 http/ngx_http_busy_lock.c bl->waiting++; waiting 25 http/ngx_http_busy_lock.h int waiting;