HARDCLOCK(9) Kernel Developer's Manual HARDCLOCK(9)

NAME

hardclockreal-time timer

SYNOPSIS

void
hardclock(struct clockframe *frame);

DESCRIPTION

The hardclock() function is called hz(9) times per second. It implements the real-time system clock. The argument frame is an opaque, machine-dependent structure that encapsulates the previous machine state.

The hardclock() performs different tasks such as:

SEE ALSO

adjtime(2), ntp_adjtime(2), signal(7), ntpd(8), callout(9), hz(9)
March 25, 2010 NetBSD 6.1