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

/freebsd-9.3-release/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-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c555 int i, first_bin = 0, last_bin = DTRACE_QUANTIZE_NBUCKETS - 1; local
562 while (first_bin < DTRACE_QUANTIZE_NBUCKETS - 1 && data[first_bin] == 0)
563 first_bin++;
565 if (first_bin == DTRACE_QUANTIZE_NBUCKETS - 1) {
571 first_bin = DTRACE_QUANTIZE_ZEROBUCKET - 1;
574 if (first_bin > 0)
575 first_bin--;
584 for (i = first_bin; i <= last_bin; i++) {
594 for (i = first_bin;
612 int i, first_bin, last_bin, base; local
690 int i, first_bin, last_bin, bin = 1, order, levels; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1690 int first_bin, last_bin, max_bin_count, total_bin_count; local
1818 first_bin = 0;
1819 while (lsp->ls_hist[first_bin] == 0)
1820 first_bin++;
1828 for (j = first_bin; j <= last_bin; j++) {
1841 for (j = first_bin; j <= last_bin; j++) {

Completed in 101 milliseconds