Searched defs:timecounter (Results 1 – 3 of 3) sorted by relevance
55 struct timecounter { struct56 const struct cyclecounter *cc;57 u64 cycle_last;58 u64 nsec;59 u64 mask;83 * timecounter_adjtime - Shifts the time of the clock. argument
67 struct timecounter timecounter; global() member
1838 struct timecounter timecounter; member