Searched refs:nsteps (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c231 uint16_t nsteps = DTRACE_LLQUANTIZE_NSTEP(arg); local
236 assert(nsteps >= factor);
237 assert(nsteps % factor == 0);
245 step = next > nsteps ? next / nsteps : 1;
255 step = next > nsteps ? next / nsteps : 1;
H A Ddt_consume.c993 uint16_t factor, low, high, nsteps; local
1010 nsteps = DTRACE_LLQUANTIZE_NSTEP(arg);
1017 nsteps == 0 || factor > nsteps)
1056 step = next > nsteps ? next / nsteps : 1;
1086 step = next > nsteps ? next / nsteps : 1;
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c2235 uint16_t high, uint16_t nsteps, int64_t value)
2240 ASSERT(factor <= nsteps);
2241 ASSERT(nsteps % factor == 0);
2254 int nbuckets = this > nsteps ? nsteps : this;
2296 uint16_t nsteps = DTRACE_LLQUANTIZE_NSTEP(arg); local
2299 low, high, nsteps, nval)] += incr;
11027 uint16_t nsteps = DTRACE_LLQUANTIZE_NSTEP(desc->dtad_arg);
11033 if (factor < 2 || low >= high || nsteps < factor)
11041 for (v = factor; v < nsteps;
2234 dtrace_aggregate_llquantize_bucket(uint16_t factor, uint16_t low, uint16_t high, uint16_t nsteps, int64_t value) argument
[all...]

Completed in 89 milliseconds