Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c54 int first_bin; member
808 int first_bin = 0, last_bin = DTRACE_QUANTIZE_NBUCKETS - 1; in dt_format_quantize_prepare() local
815 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 …]
/freebsd/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c617 int first_bin, last_bin; in process_aggregate() local
626 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()
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1762 int first_bin, last_bin, max_bin_count, total_bin_count; in report_stats() local
1898 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()