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

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c617 int first_bin, last_bin; local
626 for (first_bin = DTRACE_QUANTIZE_ZEROBUCKET;
627 a[first_bin] == 0; first_bin++)
642 bin_size = a[first_bin];
646 (first_bin - DTRACE_QUANTIZE_ZEROBUCKET),
657 if (first_bin++ == last_bin)
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c769 int i, first_bin = 0, last_bin = DTRACE_QUANTIZE_NBUCKETS - 1; local
776 while (first_bin < DTRACE_QUANTIZE_NBUCKETS - 1 && data[first_bin] == 0)
777 first_bin++;
779 if (first_bin == DTRACE_QUANTIZE_NBUCKETS - 1) {
785 first_bin = DTRACE_QUANTIZE_ZEROBUCKET - 1;
788 if (first_bin > 0)
789 first_bin--;
798 for (i = first_bin; i <= last_bin; i++) {
807 for (i = first_bin;
867 int i, first_bin, last_bin, base; local
997 int i, first_bin, last_bin, bin = 1, order, levels; local
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1700 int first_bin, last_bin, max_bin_count, total_bin_count; local
1828 first_bin = 0;
1829 while (lsp->ls_hist[first_bin] == 0)
1830 first_bin++;
1838 for (j = first_bin; j <= last_bin; j++) {
1851 for (j = first_bin; j <= last_bin; j++) {

Completed in 143 milliseconds