Searched defs:timecounter (Results 1 – 2 of 2) sorted by relevance
47 struct timecounter { struct48 timecounter_get_t *tc_get_timecount; argument54 timecounter_pps_t *tc_poll_pps; argument66 /* Name of the timecounter. */ argument69 * Used to determine if this timecounter is better than argument75 /* Pointer to the timecounter's private parts. */ argument76 struct timecounter *tc_next; argument
137 struct timecounter *timecounter = &dummy_timecounter; variable