Searched defs:timecounter (Results 1 – 2 of 2) sorted by relevance
34 struct timecounter { struct35 timecounter_get_t *tc_get_timecount; argument41 timecounter_pps_t *tc_poll_pps; argument53 /* Name of the timecounter. */ argument56 * Used to determine if this timecounter is better than argument68 /* Pointer to the timecounter's private parts. */ argument69 struct timecounter *tc_next; argument
100 struct timecounter *timecounter = &dummy_timecounter; variable