Lines Matching refs:index
82 vc->index = -1;
99 vc->untried, vc->index,
100 vc->ac.tried, vc->ac.index,
134 //vc->server_list->weird_mask |= 1 << vc->index;
192 vc->index = vc->server_list->preferred;
193 if (test_bit(vc->index, &vc->untried))
196 vc->index = -1;
205 vc->index = i;
210 if (vc->index == -1)
214 _debug("use %d", vc->index);
215 __clear_bit(vc->index, &vc->untried);
222 vlserver = vc->server_list->servers[vc->index].server;
240 vc->ac.index = -1;
250 _debug("VL address %d/%d", vc->ac.index, vc->ac.alist->nr_addrs);
252 _leave(" = t %pISpc", &vc->ac.alist->addrs[vc->ac.index].transport);
308 vc->untried, vc->index, vc->nr_iterations, vc->flags, vc->error);
313 sl->nr_servers, sl->index);
333 vc->ac.tried, vc->ac.index, vc->ac.abort_code, vc->ac.error,