Home
last modified time | relevance | path

Searched refs:ntp_loop_update (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.121.3/bsd/kern/ !
H A Dkern_ntptime.c203 static timer_call_data_t ntp_loop_update; variable
793 if (!timer_call_enter(&ntp_loop_update, ntp_loop_deadline, TIMER_CALL_SYS_CRITICAL)) { in refresh_ntp_loop()
814 if (!timer_call_enter(&ntp_loop_update, ntp_loop_deadline, TIMER_CALL_SYS_CRITICAL)) { in start_ntp_loop()
830 timer_call_setup(&ntp_loop_update, (timer_call_func_t)ntp_loop_update_call, NULL); in init_ntp_loop()