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

Function binuptime_fromclock

freebsd/sys/timeffc.h:320–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320static inline void
321binuptime_fromclock(struct bintime *bt, int whichclock)
322{
323
324 if (whichclock == SYSCLOCK_FFWD)
325 ffclock_binuptime(bt);
326 else
327 fbclock_binuptime(bt);
328}
329
330static inline void
331nanouptime_fromclock(struct timespec *tsp, int whichclock)

Callers 1

binuptimeFunction · 0.85

Calls 2

ffclock_binuptimeFunction · 0.85
fbclock_binuptimeFunction · 0.85

Tested by

no test coverage detected