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

/darwin-on-arm/xnu/osfmk/i386/commpage/
H A Dcommpage.c543 time_data32->gtod_generation = 0;
544 time_data64->gtod_generation = 0;
569 p32->gtod_generation = 0; /* mark invalid, so commpage won't try to use it */
570 p64->gtod_generation = 0;
578 p32->gtod_generation = next_gen; /* mark data as valid */
579 p64->gtod_generation = next_gen;
H A Dcommpage.h144 uint32_t gtod_generation; // _COMM_PAGE_GTOD_GENERATION member in struct:commpage_time_data

Completed in 15 milliseconds