hz(9) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
HZ(9)                        NetBSD Kernel Manual                        HZ(9)


NAME
hz - system clock frequency
SYNOPSIS
#include <sys/kernel.h> int hz;
DESCRIPTION
hz specifies the number of times the hardclock(9) timer ticks per second. hz is hardware-dependent; it can be overridden (if the machine dependent code supports this) by defining HZ in the kernel configuration file (see options(4)). Only override the default value if you really know what you are doing.
SEE ALSO
options(4), callout(9), hardclock(9), microtime(9), time(9) NetBSD 1.6 September 4, 2001 1
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.