Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c5359 int dst_idx = 0; in clusterManagerCommandRebalance() local
5363 while (dst_idx < src_idx) { in clusterManagerCommandRebalance()
5364 clusterManagerNode *dst = weightedNodes[dst_idx]; in clusterManagerCommandRebalance()
5413 if (dst->balance == 0) dst_idx++; in clusterManagerCommandRebalance()