busy              183 core/ngx_buf.c ngx_chain_update_chains(ngx_chain_t **free, ngx_chain_t **busy,
busy              188 core/ngx_buf.c     if (*busy == NULL) {
busy              189 core/ngx_buf.c         *busy = *out;
busy              192 core/ngx_buf.c         for (cl = *busy; cl->next; cl = cl->next) { /* void */ }
busy              199 core/ngx_buf.c     while (*busy) {
busy              200 core/ngx_buf.c         if (ngx_buf_size((*busy)->buf) != 0) {
busy              204 core/ngx_buf.c         if ((*busy)->buf->tag != tag) {
busy              205 core/ngx_buf.c             *busy = (*busy)->next;
busy              209 core/ngx_buf.c         (*busy)->buf->pos = (*busy)->buf->start;
busy              210 core/ngx_buf.c         (*busy)->buf->last = (*busy)->buf->start;
busy              212 core/ngx_buf.c         cl = *busy;
busy              213 core/ngx_buf.c         *busy = cl->next;
busy               83 core/ngx_buf.h     ngx_chain_t                 *busy;
busy              157 core/ngx_buf.h void ngx_chain_update_chains(ngx_chain_t **free, ngx_chain_t **busy,
busy               47 core/ngx_output_chain.c     if (ctx->in == NULL && ctx->busy == NULL) {
busy              211 core/ngx_output_chain.c         ngx_chain_update_chains(&ctx->free, &ctx->busy, &out, ctx->tag);
busy               34 event/ngx_event_busy_lock.c                    bl->busy, bl->max_busy);
busy               36 event/ngx_event_busy_lock.c     if (bl->busy < bl->max_busy) {
busy               37 event/ngx_event_busy_lock.c         bl->busy++;
busy              127 event/ngx_event_busy_lock.c         bl->busy--;
busy              253 event/ngx_event_busy_lock.c     if (bl->busy == bl->max_busy) {
busy              263 event/ngx_event_busy_lock.c     bl->busy++;
busy               39 event/ngx_event_busy_lock.h     ngx_uint_t                  busy;
busy              343 event/ngx_event_pipe.c     for (cl = p->busy; cl; cl = cl->next) {
busy              452 event/ngx_event_pipe.c             for (cl = p->busy; cl; cl = cl->next) {
busy              525 event/ngx_event_pipe.c         for (cl = p->busy; cl; cl = cl->next) {
busy              641 event/ngx_event_pipe.c         ngx_chain_update_chains(&p->free, &p->busy, &out, p->tag);
busy              963 event/ngx_event_pipe.c         if (p->busy) {
busy              964 event/ngx_event_pipe.c             cl = p->busy;
busy              965 event/ngx_event_pipe.c             p->busy = NULL;
busy               36 event/ngx_event_pipe.h     ngx_chain_t       *busy;
busy               51 event/ngx_event_posted.c     ngx_uint_t    busy;
busy               54 event/ngx_event_posted.c     busy = 1;
busy               62 event/ngx_event_posted.c             busy = 0;
busy               69 event/ngx_event_posted.c     if (busy) {
busy               67 http/modules/ngx_http_charset_filter_module.c     ngx_chain_t                *busy;
busy              555 http/modules/ngx_http_charset_filter_module.c     if ((ctx->to_utf8 || ctx->from_utf8) || ctx->busy) {
busy              597 http/modules/ngx_http_charset_filter_module.c             if (ctx->busy == NULL) {
busy              598 http/modules/ngx_http_charset_filter_module.c                 ctx->busy = out;
busy              601 http/modules/ngx_http_charset_filter_module.c                 for (cl = ctx->busy; cl->next; cl = cl->next) { /* void */ }
busy              606 http/modules/ngx_http_charset_filter_module.c         while (ctx->busy) {
busy              608 http/modules/ngx_http_charset_filter_module.c             cl = ctx->busy;
busy              615 http/modules/ngx_http_charset_filter_module.c             ctx->busy = cl->next;
busy               35 http/modules/ngx_http_gzip_filter_module.c     ngx_chain_t         *busy;
busy              381 http/modules/ngx_http_gzip_filter_module.c         ngx_chain_update_chains(&ctx->free, &ctx->busy, &cl,
busy              434 http/modules/ngx_http_gzip_filter_module.c             return ctx->busy ? NGX_AGAIN : NGX_OK;
busy              451 http/modules/ngx_http_gzip_filter_module.c         ngx_chain_update_chains(&ctx->free, &ctx->busy, &ctx->out,
busy              390 http/modules/ngx_http_ssi_filter_module.c             && ctx->busy == NULL))
busy              885 http/modules/ngx_http_ssi_filter_module.c     if (ctx->out == NULL && ctx->busy == NULL) {
busy              917 http/modules/ngx_http_ssi_filter_module.c     if (ctx->busy == NULL) {
busy              918 http/modules/ngx_http_ssi_filter_module.c         ctx->busy = ctx->out;
busy              921 http/modules/ngx_http_ssi_filter_module.c         for (cl = ctx->busy; cl->next; cl = cl->next) { /* void */ }
busy              928 http/modules/ngx_http_ssi_filter_module.c     while (ctx->busy) {
busy              930 http/modules/ngx_http_ssi_filter_module.c         cl = ctx->busy;
busy              941 http/modules/ngx_http_ssi_filter_module.c         ctx->busy = cl->next;
busy               54 http/modules/ngx_http_ssi_filter_module.h     ngx_chain_t              *busy;
busy               46 http/modules/ngx_http_sub_filter_module.c     ngx_chain_t               *busy;
busy              194 http/modules/ngx_http_sub_filter_module.c          && ctx->busy == NULL))
busy              201 http/modules/ngx_http_sub_filter_module.c         if (ctx->busy) {
busy              427 http/modules/ngx_http_sub_filter_module.c     if (ctx->out == NULL && ctx->busy == NULL) {
busy              459 http/modules/ngx_http_sub_filter_module.c     if (ctx->busy == NULL) {
busy              460 http/modules/ngx_http_sub_filter_module.c         ctx->busy = ctx->out;
busy              463 http/modules/ngx_http_sub_filter_module.c         for (cl = ctx->busy; cl->next; cl = cl->next) { /* void */ }
busy              470 http/modules/ngx_http_sub_filter_module.c     while (ctx->busy) {
busy              472 http/modules/ngx_http_sub_filter_module.c         cl = ctx->busy;
busy              483 http/modules/ngx_http_sub_filter_module.c         ctx->busy = cl->next;
busy               20 http/ngx_http_busy_lock.c     if (bl->busy < bl->max_busy) {
busy               21 http/ngx_http_busy_lock.c         bl->busy++;
busy              127 http/ngx_http_busy_lock.c     bl->busy--;
busy              181 http/ngx_http_busy_lock.c         if (bl->busy == bl->max_busy) {
busy              190 http/ngx_http_busy_lock.c         bl->busy++;
busy               22 http/ngx_http_busy_lock.h     int                 busy;
busy              290 http/ngx_http_request.c             r->header_in = hc->busy[0];
busy             1220 http/ngx_http_request.c         if (hc->busy == NULL) {
busy             1221 http/ngx_http_request.c             hc->busy = ngx_palloc(r->connection->pool,
busy             1223 http/ngx_http_request.c             if (hc->busy == NULL) {
busy             1242 http/ngx_http_request.c     hc->busy[hc->nbusy++] = b;
busy             2437 http/ngx_http_request.c                 f = hc->busy[i];
busy             2443 http/ngx_http_request.c             hc->busy[0] = b;
busy             2523 http/ngx_http_request.c                    hc->busy, hc->nbusy);
busy             2525 http/ngx_http_request.c     if (hc->busy) {
busy             2527 http/ngx_http_request.c             ngx_pfree(c->pool, hc->busy[i]->start);
busy             2528 http/ngx_http_request.c             hc->busy[i] = NULL;
busy              284 http/ngx_http_request.h     ngx_buf_t                       **busy;
busy             1309 http/ngx_http_upstream.c     u->output.busy = NULL;