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

Function ffclock_getmicrouptime

freebsd/kern/kern_ffclock.c:344–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344void
345ffclock_getmicrouptime(struct timeval *tvp)
346{
347 struct bintime bt;
348
349 ffclock_abstime(NULL, &bt, NULL,
350 FFCLOCK_LERP | FFCLOCK_UPTIME | FFCLOCK_FAST);
351 bintime2timeval(&bt, tvp);
352}
353
354void
355ffclock_bindifftime(ffcounter ffdelta, struct bintime *bt)

Callers 1

getmicrouptime_fromclockFunction · 0.85

Calls 2

ffclock_abstimeFunction · 0.85
bintime2timevalFunction · 0.85

Tested by

no test coverage detected