Searched refs:total_average_bandwidth (Results 1 – 3 of 3) sorted by relevance
342 struct bw_fixed total_average_bandwidth; member
347 DC_LOG_BANDWIDTH_CALCS(" [bw_fixed] total_average_bandwidth: %d", in print_bw_calcs_data() 348 bw_fixed_to_int(data->total_average_bandwidth)); in print_bw_calcs_data()
1488 data->total_average_bandwidth = bw_int_to_fixed(0); in calculate_bandwidth() 1492 data->total_average_bandwidth = bw_add(data->total_average_bandwidth, data->average_bandwidth[i]); in calculate_bandwidth()