Searched refs:profhz (Results 1 – 6 of 6) sorted by relevance
381 int profhz; variable411 if (profhz == 0) in initclocks()412 profhz = i; in initclocks()413 psratio = profhz / i; in initclocks()776 clkinfo.profhz = profhz; in sysctl_kern_clockrate()
434 while (freq < (profiling ? profhz : stathz))658 profhz = stathz;659 while ((profhz + stathz) <= 128 * 64)660 profhz += stathz;661 profhz = round_freq(timer, profhz);665 profhz = round_freq(timer, stathz * 64);671 profperiod = SBT_1S / profhz;
355 gp->profrate = profhz; in sysctl_kern_prof()
69 extern int profhz; /* profiling clock's frequency */
460 int profhz; /* profiling clock frequency */ member
80 int profhz; /* profiling clock frequency */ member788 ci->hz, ci->tick, ci->profhz, ci->stathz);