Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
static __inline int64_t
219
sbttous(sbintime_t _sbt)
220
{
221
222
return ((1000000 * _sbt) >> 32);
223
}
224
225
static __inline sbintime_t
226
ustosbt(int64_t _us)
Callers
2
sbttotv
Function · 0.85
sysctl_usec_to_sbintime
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected