Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ tvtosbt
Function
tvtosbt
freebsd/sys/time.h:342–347 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
340
}
341
342
static __inline sbintime_t
343
tvtosbt(struct timeval _tv)
344
{
345
346
return (((sbintime_t)_tv.tv_sec << 32) + ustosbt(_tv.tv_usec));
347
}
348
#endif /* __BSD_VISIBLE */
349
350
#ifdef _KERNEL
Callers
8
tcp_hpts_insert_locked
Function · 0.85
tcp_hpts_thread
Function · 0.85
tcp_init_hptsi
Function · 0.85
kern_select
Function · 0.85
selsocket
Function · 0.85
kern_setitimer
Function · 0.85
realitexpire
Function · 0.85
sosetopt
Function · 0.85
Calls
1
ustosbt
Function · 0.85
Tested by
no test coverage detected