Searched refs:total_burst (Results 1 – 1 of 1) sorted by relevance
1860 uint64_t total_burst, sburst; in pkt_burst_stats_display() local1876 total_burst = pbs->pkt_burst_spread[0]; in pkt_burst_stats_display()1887 total_burst += nb_burst; in pkt_burst_stats_display()1899 if (total_burst == 0) in pkt_burst_stats_display()1902 printf(" %s-bursts : %"PRIu64" [", rx_tx, total_burst); in pkt_burst_stats_display()1910 if (sburst == total_burst) { in pkt_burst_stats_display()1917 (double)burst_stats[i] / total_burst * 100; in pkt_burst_stats_display()