Searched defs:timecounter (Results 1 - 2 of 2) sorted by relevance
| /src/sys/sys/ | ||
| H A D | timetc.h | 44 typedef u_int timecounter_get_t(struct timecounter *); typedef in typeref:typename:u_int timecounter_get_t (struct *) 45 typedef void timecounter_pps_t(struct timecounter *); typedef in typeref:typename:void timecounter_pps_t (struct *) 47 struct timecounter { struct [all...] |
| /src/sys/kern/ | ||
| H A D | kern_tc.c | 137 struct timecounter *timecounter = &dummy_timecounter; variable in typeref:struct:timecounter * [all...] |
Completed in 3 milliseconds