Home | History | Annotate | Download | only in kern

Lines Matching defs:profhz

127  * profiling.  This profile clock runs at profhz.  We require that profhz
131 * profhz/stathz for statistics. (For profiling, every tick counts.)
135 int profhz;
259 * Compute profhz and stathz, fix profhz if needed.
262 if (profhz == 0)
263 profhz = i;
264 psratio = profhz / i;
431 setstatclockrate(profhz);
546 clkinfo.profhz = profhz;