fails             184 http/modules/ngx_http_upstream_ip_hash_module.c                 if (peer->max_fails == 0 || peer->fails < peer->max_fails) {
fails             189 http/modules/ngx_http_upstream_ip_hash_module.c                     peer->fails = 0;
fails             429 http/ngx_http_upstream_round_robin.c                             || peer->fails < peer->max_fails)
fails             435 http/ngx_http_upstream_round_robin.c                             peer->fails = 0;
fails             477 http/ngx_http_upstream_round_robin.c                             || peer->fails < peer->max_fails)
fails             483 http/ngx_http_upstream_round_robin.c                             peer->fails = 0;
fails             567 http/ngx_http_upstream_round_robin.c         peers->peer[i].fails = 0;
fails             657 http/ngx_http_upstream_round_robin.c         peer->fails++;
fails              24 http/ngx_http_upstream_round_robin.h     ngx_uint_t                      fails;