Lines Matching defs:stathz
120 * CPU ticks. The mean frequency of the second timer is stathz.
122 * If no second timer exists, stathz will be zero; in this case we drive
128 * be an integral multiple of stathz.
131 * profhz/stathz for statistics. (For profiling, every tick counts.)
134 int stathz;
259 * Compute profhz and stathz, fix profhz if needed.
261 i = stathz ? stathz : hz;
289 if (stathz) {
318 if (stathz == 0)
368 if (++profprocs == 1 && stathz != 0)
388 if (--profprocs == 0 && stathz != 0)
418 if (stathz)
429 setstatclockrate(stathz);
547 clkinfo.stathz = stathz ? stathz : hz;