Home
last modified time | relevance | path

Searched refs:max_bin_count (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/lockstat/
H A Dlockstat.c1627 int first_bin, last_bin, max_bin_count, total_bin_count; in report_stats() local
1763 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()