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

Function fbclock_binuptime

freebsd/kern/kern_tc.c:267–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265
266#ifdef FFCLOCK
267void
268fbclock_binuptime(struct bintime *bt)
269{
270
271 GETTHBINTIME(bt, th_offset);
272}
273
274void
275fbclock_nanouptime(struct timespec *tsp)

Callers 3

binuptime_fromclockFunction · 0.85
fbclock_nanouptimeFunction · 0.85
fbclock_microuptimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected