Searched refs:DTRACE_QUANTIZE_NBUCKETS (Results 1 – 6 of 6) sorted by relevance
596 if (max < DTRACE_QUANTIZE_NBUCKETS - 1) in dt_print_quanthdr_packed()808 int first_bin = 0, last_bin = DTRACE_QUANTIZE_NBUCKETS - 1; in dt_format_quantize_prepare()810 if (size != DTRACE_QUANTIZE_NBUCKETS * sizeof (uint64_t)) { in dt_format_quantize_prepare()815 while (first_bin < DTRACE_QUANTIZE_NBUCKETS - 1 && data[first_bin] == 0) in dt_format_quantize_prepare()818 if (first_bin == DTRACE_QUANTIZE_NBUCKETS - 1) { in dt_format_quantize_prepare()833 if (last_bin < DTRACE_QUANTIZE_NBUCKETS - 1) in dt_format_quantize_prepare()848 int i, first_bin = 0, last_bin = DTRACE_QUANTIZE_NBUCKETS - 1; in dt_format_quantize()877 int i, first_bin = 0, last_bin = DTRACE_QUANTIZE_NBUCKETS - 1; in dt_print_quantize()920 if (size != DTRACE_QUANTIZE_NBUCKETS * sizeof (uint64_t)) in dt_print_quantize_packed()926 if (max < DTRACE_QUANTIZE_NBUCKETS - 1) in dt_print_quantize_packed()[all …]
296 int nbuckets = DTRACE_QUANTIZE_NBUCKETS; in dt_aggregate_quantizedcmp()
593 i < DTRACE_QUANTIZE_NBUCKETS; i++, j++) { in process_aggregate()
1025 DTRACE_QUANTIZE_NBUCKETS * sizeof (uint64_t)) in process_aggregate()1032 i < DTRACE_QUANTIZE_NBUCKETS; i++, j++) in process_aggregate()
508 #define DTRACE_QUANTIZE_NBUCKETS \ macro
2369 for (i = zero + 1; i < DTRACE_QUANTIZE_NBUCKETS; i++) { in dtrace_aggregate_quantize()2376 quanta[DTRACE_QUANTIZE_NBUCKETS - 1] += incr; in dtrace_aggregate_quantize()