Lines Matching refs:nsteps
2135 uint16_t high, uint16_t nsteps, int64_t value) in dtrace_aggregate_llquantize_bucket() argument
2140 ASSERT(factor <= nsteps); in dtrace_aggregate_llquantize_bucket()
2141 ASSERT(nsteps % factor == 0); in dtrace_aggregate_llquantize_bucket()
2154 int nbuckets = this > nsteps ? nsteps : this; in dtrace_aggregate_llquantize_bucket()
2196 uint16_t nsteps = DTRACE_LLQUANTIZE_NSTEP(arg); in dtrace_aggregate_llquantize() local
2199 low, high, nsteps, nval)] += incr; in dtrace_aggregate_llquantize()
10456 uint16_t nsteps = DTRACE_LLQUANTIZE_NSTEP(desc->dtad_arg); in dtrace_ecb_aggregation_create() local
10462 if (factor < 2 || low >= high || nsteps < factor) in dtrace_ecb_aggregation_create()
10470 for (v = factor; v < nsteps; v *= factor) in dtrace_ecb_aggregation_create()
10473 if ((v % nsteps) || (nsteps % factor)) in dtrace_ecb_aggregation_create()
10477 low, high, nsteps, INT64_MAX) + 2) * sizeof (uint64_t); in dtrace_ecb_aggregation_create()