Home
last modified time | relevance | path

Searched refs:first_bin (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c769 first_bin++; in dt_print_quantize()
781 first_bin--; in dt_print_quantize()
875 first_bin = 0; in dt_print_lquantize()
881 while (first_bin <= levels + 1 && data[first_bin] == 0) in dt_print_lquantize()
882 first_bin++; in dt_print_lquantize()
885 first_bin = 0; in dt_print_lquantize()
889 first_bin--; in dt_print_lquantize()
1019 first_bin = 0; in dt_print_llquantize()
1022 while (first_bin < levels && data[first_bin] == 0) in dt_print_llquantize()
1023 first_bin++; in dt_print_llquantize()
[all …]
/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c602 int first_bin, last_bin; in process_aggregate() local
611 for (first_bin = DTRACE_QUANTIZE_ZEROBUCKET; in process_aggregate()
612 a[first_bin] == 0; first_bin++) in process_aggregate()
627 bin_size = a[first_bin]; in process_aggregate()
631 (first_bin - DTRACE_QUANTIZE_ZEROBUCKET), in process_aggregate()
642 if (first_bin++ == last_bin) in process_aggregate()
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c1626 int first_bin, last_bin, max_bin_count, total_bin_count; in report_stats() local
1754 first_bin = 0; in report_stats()
1755 while (lsp->ls_hist[first_bin] == 0) in report_stats()
1756 first_bin++; in report_stats()
1764 for (j = first_bin; j <= last_bin; j++) { in report_stats()
1777 for (j = first_bin; j <= last_bin; j++) { in report_stats()