Searched refs:total_weight (Results 1 – 2 of 2) sorted by relevance
50 int overhead2, total_weight = 0, weight; in ip_vs_twos_schedule() local59 total_weight += weight; in ip_vs_twos_schedule()73 total_weight += 1; in ip_vs_twos_schedule()74 rweight1 = get_random_u32_below(total_weight); in ip_vs_twos_schedule()75 rweight2 = get_random_u32_below(total_weight); in ip_vs_twos_schedule()
2669 __u64 total_weight = 0; in fill_imix_distribution() local2673 total_weight += pkt_dev->imix_entries[i].weight; in fill_imix_distribution()2679 total_weight); in fill_imix_distribution()
Completed in 12 milliseconds