hz 146 include/sys/sysinfo.h int hz; /* clock frequency */ hz 101 include/sys/time.h int hz; /* clock frequency */ hz 450 sys/kern/timer.c info->hz = HZ; hz 57 usr/sample/alarm/alarm.c static int hz; hz 78 usr/sample/alarm/alarm.c (u_int)((tick - start_tick) * 1000 / hz)); hz 92 usr/sample/alarm/alarm.c if (info.hz == 0) hz 94 usr/sample/alarm/alarm.c hz = info.hz; hz 68 usr/sample/bench/bench.c if (info.hz == 0) hz 107 usr/sample/bench/bench.c (int)((end - start) * 1000 / info.hz),