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

Function ffclock_binuptime

freebsd/kern/kern_ffclock.c:301–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301void
302ffclock_binuptime(struct bintime *bt)
303{
304
305 ffclock_abstime(NULL, bt, NULL, FFCLOCK_LERP | FFCLOCK_UPTIME);
306}
307
308void
309ffclock_nanouptime(struct timespec *tsp)

Callers 1

binuptime_fromclockFunction · 0.85

Calls 1

ffclock_abstimeFunction · 0.85

Tested by

no test coverage detected