Home
last modified time | relevance | path

Searched refs:DTRACE_QUANTIZE_NBUCKETS (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_consume.c556 if (max < DTRACE_QUANTIZE_NBUCKETS - 1) in dt_print_quanthdr_packed()
768 int i, first_bin = 0, last_bin = DTRACE_QUANTIZE_NBUCKETS - 1; in dt_print_quantize()
772 if (size != DTRACE_QUANTIZE_NBUCKETS * sizeof (uint64_t)) in dt_print_quantize()
775 while (first_bin < DTRACE_QUANTIZE_NBUCKETS - 1 && data[first_bin] == 0) in dt_print_quantize()
778 if (first_bin == DTRACE_QUANTIZE_NBUCKETS - 1) { in dt_print_quantize()
793 if (last_bin < DTRACE_QUANTIZE_NBUCKETS - 1) in dt_print_quantize()
828 if (size != DTRACE_QUANTIZE_NBUCKETS * sizeof (uint64_t)) in dt_print_quantize_packed()
834 if (max < DTRACE_QUANTIZE_NBUCKETS - 1) in dt_print_quantize_packed()
Ddt_aggregate.c295 int nbuckets = DTRACE_QUANTIZE_NBUCKETS; in dt_aggregate_quantizedcmp()
/netbsd/src/external/cddl/osnet/dist/uts/common/sys/
Ddtrace.h500 #define DTRACE_QUANTIZE_NBUCKETS \ macro
/netbsd/src/external/cddl/osnet/dist/uts/common/dtrace/
Ddtrace.c2467 for (i = zero + 1; i < DTRACE_QUANTIZE_NBUCKETS; i++) { in dtrace_aggregate_quantize()
2474 quanta[DTRACE_QUANTIZE_NBUCKETS - 1] += incr; in dtrace_aggregate_quantize()