HomeSort by: relevance | last modified time | path
    Searched defs:stathz (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
kern_clock.c 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; variable in typeref:typename:int
259 * Compute profhz and stathz, fix profhz if needed.
261 i = stathz ? stathz : hz;
289 if (stathz) {
318 if (stathz == 0
    [all...]
  /src/usr.bin/systat/
main.c 72 int hz, stathz, maxslp; variable in typeref:typename:int
230 stathz = clk.stathz;
  /src/sys/sys/
sysctl.h 287 int stathz; /* statistics clock frequency */ member in struct:clockinfo

Completed in 37 milliseconds