Home
last modified time | relevance | path

Searched refs:current_weight (Results 1 – 1 of 1) sorted by relevance

/unit/src/
H A Dnxt_upstream_round_robin.c16 int32_t current_weight; member
182 s[i].current_weight += s[i].effective_weight; in nxt_upstream_round_robin_server_get()
189 if (best == NULL || s[i].current_weight > best->current_weight) { in nxt_upstream_round_robin_server_get()
199 best->current_weight -= total; in nxt_upstream_round_robin_server_get()