<dec f='src/src/sys/sys/systm.h' l='305' type='void ntp_init()'/>
<doc f='src/src/sys/sys/systm.h' l='305'>/* also provides adjtime() functionality */</doc>
<use f='src/src/sys/kern/init_main.c' l='460' u='c' c='main'/>
<def f='src/src/sys/kern/kern_ntptime.c' l='561' ll='583' type='void ntp_init()'/>
<doc f='src/src/sys/kern/kern_ntptime.c' l='551'>/*
 * ntp_init() - initialize variables and structures
 *
 * This routine must be called after the kernel variables hz and tick
 * are set or changed and before the next tick interrupt. In this
 * particular implementation, these values are assumed set elsewhere in
 * the kernel. The design allows the clock frequency and tick interval
 * to be changed while the system is running. So, this routine should
 * probably be integrated with the code that does that.
 */</doc>
