MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ffclock_bintime

Function ffclock_bintime

freebsd/kern/kern_ffclock.c:248–253  ·  view source on GitHub ↗

* High level functions to access the Feed-Forward Clock. */

Source from the content-addressed store, hash-verified

246 * High level functions to access the Feed-Forward Clock.
247 */
248void
249ffclock_bintime(struct bintime *bt)
250{
251
252 ffclock_abstime(NULL, bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC);
253}
254
255void
256ffclock_nanotime(struct timespec *tsp)

Callers 1

bintime_fromclockFunction · 0.85

Calls 1

ffclock_abstimeFunction · 0.85

Tested by

no test coverage detected