| 318 | } |
| 319 | |
| 320 | static inline void |
| 321 | binuptime_fromclock(struct bintime *bt, int whichclock) |
| 322 | { |
| 323 | |
| 324 | if (whichclock == SYSCLOCK_FFWD) |
| 325 | ffclock_binuptime(bt); |
| 326 | else |
| 327 | fbclock_binuptime(bt); |
| 328 | } |
| 329 | |
| 330 | static inline void |
| 331 | nanouptime_fromclock(struct timespec *tsp, int whichclock) |
no test coverage detected