Lines Matching defs:ls_hist
62 uint32_t ls_hist[64]; /* log2(duration) histogram */
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[j] > max_bin_count)
1768 max_bin_count = lsp->ls_hist[j];
1779 uint_t depth = (lsp->ls_hist[j] * 30) / total_bin_count;
1784 g_rates == 0 ? lsp->ls_hist[j] :
1785 (uint_t)(((uint64_t)lsp->ls_hist[j] * NANOSEC) /