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

Function bttosbt

freebsd/sys/time.h:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143static __inline sbintime_t
144bttosbt(const struct bintime _bt)
145{
146
147 return (((sbintime_t)_bt.sec << 32) + (_bt.frac >> 32));
148}
149
150static __inline struct bintime
151sbttobt(sbintime_t _sbt)

Callers 11

sbinuptimeFunction · 0.85
getsbinuptimeFunction · 0.85
pit_timer_start_cntr0Function · 0.85
vpmtmr_initFunction · 0.85
vhpet_initFunction · 0.85
vlapic_callout_handlerFunction · 0.85
vlapic_reset_calloutFunction · 0.85
filt_timervalidateFunction · 0.85
tc_adjprecisionFunction · 0.85
inittimecounterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected