Searched refs:ls_hist (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/lockstat/
H A Dlockstat.c62 uint32_t ls_hist[64]; /* log2(duration) histogram */ member in struct:lsrec
77 #define LS_TIME offsetof(lsrec_t, ls_hist[0])
503 target->ls_hist[j] += current->ls_hist[j];
935 lsrec->ls_hist[j] = quantized[i];
1688 lsp->ls_hist[j]);
1756 while (lsp->ls_hist[first_bin] == 0)
1760 while (lsp->ls_hist[last_bin] == 0)
1766 total_bin_count += lsp->ls_hist[j];
1767 if (lsp->ls_hist[
[all...]

Completed in 105 milliseconds