| 348 | } |
| 349 | |
| 350 | static inline void |
| 351 | getbinuptime_fromclock(struct bintime *bt, int whichclock) |
| 352 | { |
| 353 | |
| 354 | if (whichclock == SYSCLOCK_FFWD) |
| 355 | ffclock_getbinuptime(bt); |
| 356 | else |
| 357 | fbclock_getbinuptime(bt); |
| 358 | } |
| 359 | |
| 360 | static inline void |
| 361 | getnanouptime_fromclock(struct timespec *tsp, int whichclock) |
no test coverage detected