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

Function fbclock_nanouptime

freebsd/kern/kern_tc.c:274–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void
275fbclock_nanouptime(struct timespec *tsp)
276{
277 struct bintime bt;
278
279 fbclock_binuptime(&bt);
280 bintime2timespec(&bt, tsp);
281}
282
283void
284fbclock_microuptime(struct timeval *tvp)

Callers 1

nanouptime_fromclockFunction · 0.85

Calls 2

fbclock_binuptimeFunction · 0.85
bintime2timespecFunction · 0.85

Tested by

no test coverage detected