Searched refs:resettodr_period (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_ntptime.c | 1024 static int resettodr_period = 1800; variable 1036 if (resettodr_period > 0) in periodic_resettodr() 1037 callout_schedule(&resettodr_callout, resettodr_period * hz); in periodic_resettodr() 1046 if (resettodr_period > 0 && !ntp_is_time_error(time_status)) in shutdown_resettodr() 1060 if (resettodr_period == 0) in sysctl_resettodr_period() 1063 callout_reset(&resettodr_callout, resettodr_period * hz, in sysctl_resettodr_period() 1070 CTLFLAG_MPSAFE, &resettodr_period, 1800, sysctl_resettodr_period, "I", 1080 if (resettodr_period == 0) in start_periodic_resettodr() 1082 callout_reset(&resettodr_callout, resettodr_period * hz, in start_periodic_resettodr()
|