| 308 | } |
| 309 | |
| 310 | static inline void |
| 311 | getmicrotime_fromclock(struct timeval *tvp, int whichclock) |
| 312 | { |
| 313 | |
| 314 | if (whichclock == SYSCLOCK_FFWD) |
| 315 | ffclock_getmicrotime(tvp); |
| 316 | else |
| 317 | fbclock_getmicrotime(tvp); |
| 318 | } |
| 319 | |
| 320 | static inline void |
| 321 | binuptime_fromclock(struct bintime *bt, int whichclock) |
nothing calls this directly
no test coverage detected