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

Function ffclock_nanouptime

freebsd/kern/kern_ffclock.c:308–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308void
309ffclock_nanouptime(struct timespec *tsp)
310{
311 struct bintime bt;
312
313 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_UPTIME);
314 bintime2timespec(&bt, tsp);
315}
316
317void
318ffclock_microuptime(struct timeval *tvp)

Callers 1

nanouptime_fromclockFunction · 0.85

Calls 2

ffclock_abstimeFunction · 0.85
bintime2timespecFunction · 0.85

Tested by

no test coverage detected