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

Function getbinuptime_fromclock

freebsd/sys/timeffc.h:350–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350static inline void
351getbinuptime_fromclock(struct bintime *bt, int whichclock)
352{
353
354 if (whichclock == SYSCLOCK_FFWD)
355 ffclock_getbinuptime(bt);
356 else
357 fbclock_getbinuptime(bt);
358}
359
360static inline void
361getnanouptime_fromclock(struct timespec *tsp, int whichclock)

Callers 1

getbinuptimeFunction · 0.85

Calls 2

ffclock_getbinuptimeFunction · 0.85
fbclock_getbinuptimeFunction · 0.85

Tested by

no test coverage detected