Searched refs:resettodr_period (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_ntptime.c | 985 static int resettodr_period = 1800; variable 997 if (resettodr_period > 0) in periodic_resettodr() 998 callout_schedule(&resettodr_callout, resettodr_period * hz); in periodic_resettodr() 1007 if (resettodr_period > 0 && !ntp_is_time_error(time_status)) in shutdown_resettodr() 1021 if (resettodr_period == 0) in sysctl_resettodr_period() 1024 callout_reset(&resettodr_callout, resettodr_period * hz, in sysctl_resettodr_period() 1031 CTLFLAG_MPSAFE, &resettodr_period, 1800, sysctl_resettodr_period, "I", 1041 if (resettodr_period == 0) in start_periodic_resettodr() 1043 callout_reset(&resettodr_callout, resettodr_period * hz, in start_periodic_resettodr()
|