Searched defs:timecounter (Results 1 – 3 of 3) sorted by relevance
64 struct timecounter { struct65 const struct cyclecounter *cc;66 u64 cycle_last;90 * timecounter_adjtime - Shifts the time of the clock. argument
75 struct timecounter timecounter; member
35 static struct timecounter *timecounter; variable