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

Function ffclock_getbintime

freebsd/kern/kern_ffclock.c:273–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void
274ffclock_getbintime(struct bintime *bt)
275{
276
277 ffclock_abstime(NULL, bt, NULL,
278 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST);
279}
280
281void
282ffclock_getnanotime(struct timespec *tsp)

Callers 1

getbintime_fromclockFunction · 0.85

Calls 1

ffclock_abstimeFunction · 0.85

Tested by

no test coverage detected