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

/darwin-on-arm/xnu/osfmk/kern/
H A Dclock.c74 static struct clock_calend { struct
81 } clock_calend; variable in typeref:struct:clock_calend
86 * Unlocked calendar flipflop; this is used to track a clock_calend such
87 * that we can safely access a snapshot of a valid clock_calend structure
96 struct clock_calend calend; /* copy of calendar */
243 if (clock_calend.adjdelta < 0) {
255 if (now > clock_calend.adjstart) {
256 t32 = (uint32_t)(now - clock_calend.adjstart);
258 if (t32 > clock_calend.adjoffset)
259 now -= clock_calend
[all...]

Completed in 25 milliseconds