Home
last modified time | relevance | path

Searched refs:total_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
1764 total_bin_count = 0; in report_stats()
1766 total_bin_count += lsp->ls_hist[j]; in report_stats()
1779 uint_t depth = (lsp->ls_hist[j] * 30) / total_bin_count; in report_stats()