Searched refs:rweight1 (Results 1 – 1 of 1) sorted by relevance
49 int rweight1, rweight2, weight1 = -1, weight2 = -1, overhead1 = 0; in ip_vs_twos_schedule() local74 rweight1 = prandom_u32() % total_weight; in ip_vs_twos_schedule()86 rweight1 -= weight; in ip_vs_twos_schedule()89 if (rweight1 <= 0 && weight1 == -1) { in ip_vs_twos_schedule()
Completed in 4 milliseconds