Searched refs:max_bin_count (Results 1 – 1 of 1) sorted by relevance
1627 int first_bin, last_bin, max_bin_count, total_bin_count; in report_stats() local1763 max_bin_count = 0; in report_stats()1767 if (lsp->ls_hist[j] > max_bin_count) in report_stats()1768 max_bin_count = lsp->ls_hist[j]; in report_stats()