current_weight     67 http/ngx_http_upstream_round_robin.c                 peers->peer[n].current_weight = peers->peer[n].weight;
current_weight    117 http/ngx_http_upstream_round_robin.c                 backup->peer[n].current_weight = server[i].weight;
current_weight    176 http/ngx_http_upstream_round_robin.c         peers->peer[i].current_weight = 1;
current_weight    287 http/ngx_http_upstream_round_robin.c         peers->peer[0].current_weight = 1;
current_weight    319 http/ngx_http_upstream_round_robin.c             peers->peer[i].current_weight = 1;
current_weight    418 http/ngx_http_upstream_round_robin.c                                rrp->peers->peer[rrp->current].current_weight);
current_weight    439 http/ngx_http_upstream_round_robin.c                         peer->current_weight = 0;
current_weight    460 http/ngx_http_upstream_round_robin.c             peer->current_weight--;
current_weight    487 http/ngx_http_upstream_round_robin.c                         peer->current_weight = 0;
current_weight    514 http/ngx_http_upstream_round_robin.c             peer->current_weight--;
current_weight    590 http/ngx_http_upstream_round_robin.c             if (peer[i].current_weight <= 0) {
current_weight    600 http/ngx_http_upstream_round_robin.c                 if (peer[i].current_weight <= 0) {
current_weight    604 http/ngx_http_upstream_round_robin.c                 if (peer[n].current_weight * 1000 / peer[i].current_weight
current_weight    613 http/ngx_http_upstream_round_robin.c             if (peer[i].current_weight > 0) {
current_weight    621 http/ngx_http_upstream_round_robin.c             peer[i].current_weight = peer[i].weight;
current_weight    661 http/ngx_http_upstream_round_robin.c             peer->current_weight -= peer->weight / peer->max_fails;
current_weight    666 http/ngx_http_upstream_round_robin.c                        rrp->current, peer->current_weight);
current_weight    668 http/ngx_http_upstream_round_robin.c         if (peer->current_weight < 0) {
current_weight    669 http/ngx_http_upstream_round_robin.c             peer->current_weight = 0;
current_weight     21 http/ngx_http_upstream_round_robin.h     ngx_int_t                       current_weight;