| 331 | } |
| 332 | |
| 333 | void |
| 334 | fbclock_getmicrouptime(struct timeval *tvp) |
| 335 | { |
| 336 | struct bintime bt; |
| 337 | |
| 338 | GETTHMEMBER(&bt, th_offset); |
| 339 | bintime2timeval(&bt, tvp); |
| 340 | } |
| 341 | |
| 342 | void |
| 343 | fbclock_getbintime(struct bintime *bt) |
no test coverage detected