Searched refs:choice2 (Results 1 – 1 of 1) sorted by relevance
48 struct ip_vs_dest *dest, *choice1 = NULL, *choice2 = NULL; in ip_vs_twos_schedule() local96 choice2 = dest; in ip_vs_twos_schedule()106 if (choice2 && (weight2 * overhead1) > (weight1 * overhead2)) in ip_vs_twos_schedule()107 choice1 = choice2; in ip_vs_twos_schedule()
Completed in 3 milliseconds