Searched refs:first_bin (Results 1 – 3 of 3) sorted by relevance
777 first_bin++; in dt_print_quantize()789 first_bin--; in dt_print_quantize()883 first_bin = 0; in dt_print_lquantize()889 while (first_bin <= levels + 1 && data[first_bin] == 0) in dt_print_lquantize()890 first_bin++; in dt_print_lquantize()893 first_bin = 0; in dt_print_lquantize()897 first_bin--; in dt_print_lquantize()1027 first_bin = 0; in dt_print_llquantize()1030 while (first_bin < levels && data[first_bin] == 0) in dt_print_llquantize()1031 first_bin++; in dt_print_llquantize()[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()