Searched refs:first_bin (Results 1 – 3 of 3) sorted by relevance
54 int first_bin; member808 int first_bin = 0, last_bin = DTRACE_QUANTIZE_NBUCKETS - 1; in dt_format_quantize_prepare() local815 while (first_bin < DTRACE_QUANTIZE_NBUCKETS - 1 && data[first_bin] == 0) in dt_format_quantize_prepare()816 first_bin++; in dt_format_quantize_prepare()818 if (first_bin == DTRACE_QUANTIZE_NBUCKETS - 1) { in dt_format_quantize_prepare()824 first_bin = DTRACE_QUANTIZE_ZEROBUCKET - 1; in dt_format_quantize_prepare()827 if (first_bin > 0) in dt_format_quantize_prepare()828 first_bin--; in dt_format_quantize_prepare()837 args->first_bin = first_bin; in dt_format_quantize_prepare()848 int i, first_bin = 0, last_bin = DTRACE_QUANTIZE_NBUCKETS - 1; in dt_format_quantize() local[all …]
617 int first_bin, last_bin; in process_aggregate() local626 for (first_bin = DTRACE_QUANTIZE_ZEROBUCKET; in process_aggregate()627 a[first_bin] == 0; first_bin++) in process_aggregate()642 bin_size = a[first_bin]; in process_aggregate()646 (first_bin - DTRACE_QUANTIZE_ZEROBUCKET), in process_aggregate()657 if (first_bin++ == last_bin) in process_aggregate()
1762 int first_bin, last_bin, max_bin_count, total_bin_count; in report_stats() local1898 first_bin = 0; in report_stats()1899 while (lsp->ls_hist[first_bin] == 0) in report_stats()1900 first_bin++; in report_stats()1908 for (j = first_bin; j <= last_bin; j++) { in report_stats()1921 for (j = first_bin; j <= last_bin; j++) { in report_stats()