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

Function sbttous

freebsd/sys/time.h:218–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218static __inline int64_t
219sbttous(sbintime_t _sbt)
220{
221
222 return ((1000000 * _sbt) >> 32);
223}
224
225static __inline sbintime_t
226ustosbt(int64_t _us)

Callers 2

sbttotvFunction · 0.85
sysctl_usec_to_sbintimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected