Lines Matching refs:hz
111 int hz = 100; /* GET RID OF THIS !!! */ variable
133 clock_interval_to_deadline(interval, NSEC_PER_SEC / hz, &deadline); in timeout()
155 clock_interval_to_deadline(interval, NSEC_PER_SEC / hz, &deadline); in timeout_with_leeway()
157 clock_interval_to_absolutetime_interval(leeway_interval, NSEC_PER_SEC / hz, &leeway); in timeout_with_leeway()
239 } else if (sec <= 0x7fffffff / hz) { in hzto()
240 ticks = sec * hz; in hzto()
256 .hz = hz, in sysctl_clockrate()
259 .stathz = hz, in sysctl_clockrate()
260 .profhz = hz, in sysctl_clockrate()
319 } else if (sec <= LONG_MAX / hz) { in tvtohz()
320 ticks = sec * hz in tvtohz()