Home
last modified time | relevance | path

Searched refs:wt (Results 1 – 1 of 1) sorted by last modified time

/unit/src/
H A Dnxt_upstream_round_robin.c48 uint32_t i, n, next, wt; in nxt_upstream_round_robin_create() local
109 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()