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

Function ffclock_nanotime

freebsd/kern/kern_ffclock.c:255–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255void
256ffclock_nanotime(struct timespec *tsp)
257{
258 struct bintime bt;
259
260 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC);
261 bintime2timespec(&bt, tsp);
262}
263
264void
265ffclock_microtime(struct timeval *tvp)

Callers 1

nanotime_fromclockFunction · 0.85

Calls 2

ffclock_abstimeFunction · 0.85
bintime2timespecFunction · 0.85

Tested by

no test coverage detected