timetc.h | 22 * max recommended timecounter name length 32 * `struct timecounter' is the interface between the hardware which implements 33 * a timecounter and the MI code which uses this to keep track of time. 35 * A timecounter is a binary counter which has two properties: 42 struct timecounter; 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 57 * timecounter is rewound, and is intended to check for PPS 66 /* Name of the timecounter. * [all...] |