| 324 | } |
| 325 | |
| 326 | void |
| 327 | ffclock_getbinuptime(struct bintime *bt) |
| 328 | { |
| 329 | |
| 330 | ffclock_abstime(NULL, bt, NULL, |
| 331 | FFCLOCK_LERP | FFCLOCK_UPTIME | FFCLOCK_FAST); |
| 332 | } |
| 333 | |
| 334 | void |
| 335 | ffclock_getnanouptime(struct timespec *tsp) |
no test coverage detected