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

/darwin-on-arm/xnu/osfmk/kern/
H A Dclock.c80 uint32_t adjoffset; /* Absolute time offset for this adjustment period as absolute value */ member in struct:clock_calend
258 if (t32 > clock_calend.adjoffset)
259 now -= clock_calend.adjoffset;
304 if (t32 > clock_calend.adjoffset)
305 now -= clock_calend.adjoffset;
356 if (t32 > clock_calend.adjoffset)
357 now -= clock_calend.adjoffset;
610 * Convert the delta back from ns to absolute time and store in adjoffset.
613 clock_calend.adjoffset = (uint32_t)t64;
635 * Convert the delta back from ns to absolute time and store in adjoffset
[all...]

Completed in 25 milliseconds