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

Function ffclock_bindifftime

freebsd/kern/kern_ffclock.c:354–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354void
355ffclock_bindifftime(ffcounter ffdelta, struct bintime *bt)
356{
357
358 ffclock_difftime(ffdelta, bt, NULL);
359}
360
361void
362ffclock_nanodifftime(ffcounter ffdelta, struct timespec *tsp)

Callers

nothing calls this directly

Calls 1

ffclock_difftimeFunction · 0.85

Tested by

no test coverage detected