Searched refs:resettodr_period (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/sys/kern/ |
| HD | kern_ntptime.c | 1028 static int resettodr_period = 1800; variable 1040 if (resettodr_period > 0) in periodic_resettodr() 1041 callout_schedule(&resettodr_callout, resettodr_period * hz); in periodic_resettodr() 1050 if (resettodr_period > 0 && !ntp_is_time_error(time_status)) in shutdown_resettodr() 1064 if (resettodr_period == 0) in sysctl_resettodr_period() 1067 callout_reset(&resettodr_callout, resettodr_period * hz, in sysctl_resettodr_period() 1074 CTLFLAG_MPSAFE, &resettodr_period, 1800, sysctl_resettodr_period, "I", 1084 if (resettodr_period == 0) in start_periodic_resettodr() 1086 callout_reset(&resettodr_callout, resettodr_period * hz, in start_periodic_resettodr()
|