| 288 | } |
| 289 | |
| 290 | static inline void |
| 291 | getbintime_fromclock(struct bintime *bt, int whichclock) |
| 292 | { |
| 293 | |
| 294 | if (whichclock == SYSCLOCK_FFWD) |
| 295 | ffclock_getbintime(bt); |
| 296 | else |
| 297 | fbclock_getbintime(bt); |
| 298 | } |
| 299 | |
| 300 | static inline void |
| 301 | getnanotime_fromclock(struct timespec *tsp, int whichclock) |
no test coverage detected