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

Function getbintime_fromclock

freebsd/sys/timeffc.h:290–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290static inline void
291getbintime_fromclock(struct bintime *bt, int whichclock)
292{
293
294 if (whichclock == SYSCLOCK_FFWD)
295 ffclock_getbintime(bt);
296 else
297 fbclock_getbintime(bt);
298}
299
300static inline void
301getnanotime_fromclock(struct timespec *tsp, int whichclock)

Callers 1

getbintimeFunction · 0.85

Calls 2

ffclock_getbintimeFunction · 0.85
fbclock_getbintimeFunction · 0.85

Tested by

no test coverage detected