Searched refs:wt (Results 1 – 1 of 1) sorted by last modified time
48 uint32_t i, n, next, wt; in nxt_upstream_round_robin_create() local109 wt = (w > 1 || w == 0) ? round(w) : 1; in nxt_upstream_round_robin_create()111 urr->server[i].weight = wt; in nxt_upstream_round_robin_create()112 urr->server[i].effective_weight = wt; in nxt_upstream_round_robin_create()