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

Function ffclock_getbinuptime

freebsd/kern/kern_ffclock.c:326–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

getbinuptime_fromclockFunction · 0.85

Calls 1

ffclock_abstimeFunction · 0.85

Tested by

no test coverage detected