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

/darwin-on-arm/xnu/osfmk/kern/
H A Dclock.c79 uint64_t adjstart; /* Absolute time value for start of this adjustment period */ member in struct:clock_calend
255 if (now > clock_calend.adjstart) {
256 t32 = (uint32_t)(now - clock_calend.adjstart);
261 now = clock_calend.adjstart;
301 if (now > clock_calend.adjstart) {
302 t32 = (uint32_t)(now - clock_calend.adjstart);
307 now = clock_calend.adjstart;
353 if (now > clock_calend.adjstart) {
354 t32 = (uint32_t)(now - clock_calend.adjstart);
359 now = clock_calend.adjstart;
[all...]

Completed in 23 milliseconds