Lines Matching refs:nsteps
2169 uint16_t high, uint16_t nsteps, int64_t value) in dtrace_aggregate_llquantize_bucket() argument
2174 ASSERT(factor <= nsteps); in dtrace_aggregate_llquantize_bucket()
2175 ASSERT(nsteps % factor == 0); in dtrace_aggregate_llquantize_bucket()
2188 int nbuckets = this > nsteps ? nsteps : this; in dtrace_aggregate_llquantize_bucket()
2230 uint16_t nsteps = DTRACE_LLQUANTIZE_NSTEP(arg); in dtrace_aggregate_llquantize() local
2233 low, high, nsteps, nval)] += incr; in dtrace_aggregate_llquantize()
10573 uint16_t nsteps = DTRACE_LLQUANTIZE_NSTEP(desc->dtad_arg); in dtrace_ecb_aggregation_create() local
10579 if (factor < 2 || low >= high || nsteps < factor) in dtrace_ecb_aggregation_create()
10587 for (v = factor; v < nsteps; v *= factor) in dtrace_ecb_aggregation_create()
10590 if ((v % nsteps) || (nsteps % factor)) in dtrace_ecb_aggregation_create()
10594 low, high, nsteps, INT64_MAX) + 2) * sizeof (uint64_t); in dtrace_ecb_aggregation_create()