| 322 | } |
| 323 | |
| 324 | void |
| 325 | fbclock_getnanouptime(struct timespec *tsp) |
| 326 | { |
| 327 | struct bintime bt; |
| 328 | |
| 329 | GETTHMEMBER(&bt, th_offset); |
| 330 | bintime2timespec(&bt, tsp); |
| 331 | } |
| 332 | |
| 333 | void |
| 334 | fbclock_getmicrouptime(struct timeval *tvp) |
no test coverage detected