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

Function ffclock_getnanouptime

freebsd/kern/kern_ffclock.c:334–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334void
335ffclock_getnanouptime(struct timespec *tsp)
336{
337 struct bintime bt;
338
339 ffclock_abstime(NULL, &bt, NULL,
340 FFCLOCK_LERP | FFCLOCK_UPTIME | FFCLOCK_FAST);
341 bintime2timespec(&bt, tsp);
342}
343
344void
345ffclock_getmicrouptime(struct timeval *tvp)

Callers 1

getnanouptime_fromclockFunction · 0.85

Calls 2

ffclock_abstimeFunction · 0.85
bintime2timespecFunction · 0.85

Tested by

no test coverage detected