Searched defs:timecounter (Results 1 – 2 of 2) sorted by relevance
55 struct timecounter { struct56 struct cyclecounter *cc;57 u64 cycle_last;58 u64 nsec;59 u64 mask;83 * timecounter_adjtime - Shifts the time of the clock. argument
73 struct timecounter timecounter; member
Completed in 5 milliseconds