MCPcopy 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
342static __inline sbintime_t
343tvtosbt(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_lockedFunction · 0.85
tcp_hpts_threadFunction · 0.85
tcp_init_hptsiFunction · 0.85
kern_selectFunction · 0.85
selsocketFunction · 0.85
kern_setitimerFunction · 0.85
realitexpireFunction · 0.85
sosetoptFunction · 0.85

Calls 1

ustosbtFunction · 0.85

Tested by

no test coverage detected