Lines Matching refs:nsteps
2420 uint16_t high, uint16_t nsteps, int64_t value) in dtrace_aggregate_llquantize_bucket() argument
2425 ASSERT(factor <= nsteps); in dtrace_aggregate_llquantize_bucket()
2426 ASSERT(nsteps % factor == 0); in dtrace_aggregate_llquantize_bucket()
2439 int nbuckets = this > nsteps ? nsteps : this; in dtrace_aggregate_llquantize_bucket()
2481 uint16_t nsteps = DTRACE_LLQUANTIZE_NSTEP(arg); in dtrace_aggregate_llquantize() local
2484 low, high, nsteps, nval)] += incr; in dtrace_aggregate_llquantize()
11352 uint16_t nsteps = DTRACE_LLQUANTIZE_NSTEP(desc->dtad_arg); local
11358 if (factor < 2 || low >= high || nsteps < factor)
11366 for (v = factor; v < nsteps; v *= factor)
11369 if ((v % nsteps) || (nsteps % factor))
11373 low, high, nsteps, INT64_MAX) + 2) * sizeof (uint64_t);