Searched refs:adjcall (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dclock.c78 timer_call_data_t adjcall; member in struct:clock_calend
146 timer_call_setup(&clock_calend.adjcall, (timer_call_func_t)calend_adjust_call, NULL);
519 if (!timer_call_enter(&clock_calend.adjcall, clock_calend.adjdeadline))
523 if (timer_call_cancel(&clock_calend.adjcall))
609 if (!timer_call_enter(&clock_calend.adjcall, clock_calend.adjdeadline))

Completed in 62 milliseconds