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

Function fbclock_nanotime

freebsd/kern/kern_tc.c:299–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299void
300fbclock_nanotime(struct timespec *tsp)
301{
302 struct bintime bt;
303
304 fbclock_bintime(&bt);
305 bintime2timespec(&bt, tsp);
306}
307
308void
309fbclock_microtime(struct timeval *tvp)

Callers 1

nanotime_fromclockFunction · 0.85

Calls 2

fbclock_bintimeFunction · 0.85
bintime2timespecFunction · 0.85

Tested by

no test coverage detected