max_busy 34 event/ngx_event_busy_lock.c bl->busy, bl->max_busy); max_busy 36 event/ngx_event_busy_lock.c if (bl->busy < bl->max_busy) { max_busy 218 event/ngx_event_busy_lock.c for (i = 0; i < bl->max_busy; i++) { max_busy 237 event/ngx_event_busy_lock.c if (free == -1 && cacheable < bl->max_busy) { max_busy 253 event/ngx_event_busy_lock.c if (bl->busy == bl->max_busy) { max_busy 40 event/ngx_event_busy_lock.h ngx_uint_t max_busy; max_busy 20 http/ngx_http_busy_lock.c if (bl->busy < bl->max_busy) { max_busy 146 http/ngx_http_busy_lock.c for (i = 0; i < bl->max_busy; i++) { max_busy 164 http/ngx_http_busy_lock.c if (free == -1 && cacheable < bl->max_busy) { max_busy 181 http/ngx_http_busy_lock.c if (bl->busy == bl->max_busy) { max_busy 239 http/ngx_http_busy_lock.c if (bl->max_busy) { max_busy 244 http/ngx_http_busy_lock.c bl->max_busy = ngx_atoi(value[i].data + 2, value[i].len - 2); max_busy 245 http/ngx_http_busy_lock.c if (bl->max_busy == NGX_ERROR) { max_busy 23 http/ngx_http_busy_lock.h int max_busy;