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

Function getsbinuptime

freebsd/sys/time.h:560–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558void getmicrouptime(struct timeval *tvp);
559
560static __inline sbintime_t
561getsbinuptime(void)
562{
563 struct bintime _bt;
564
565 getbinuptime(&_bt);
566 return (bttosbt(_bt));
567}
568
569void getbintime(struct bintime *bt);
570void getnanotime(struct timespec *tsp);

Callers 9

tcp_log_expireFunction · 0.85
tcp_log_tcpcbfiniFunction · 0.85
tcp_inptoxtpFunction · 0.85
tcp_fastopen_connectFunction · 0.85
tty_drainFunction · 0.85

Calls 2

getbinuptimeFunction · 0.85
bttosbtFunction · 0.85

Tested by

no test coverage detected