Home
last modified time | relevance | path

Searched refs:bttosbt (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/sys/sys/
HDtime.h142 bttosbt(const struct bintime _bt) in bttosbt() function
468 return (bttosbt(_bt)); in sbinuptime()
485 return (bttosbt(_bt)); in getsbinuptime()
/freebsd-11-stable/sys/amd64/vmm/io/
HDvpmtmr.c70 vpmtmr->freq_sbt = bttosbt(bt); in vpmtmr_init()
HDvatpit.c191 precision = bttosbt(delta) >> tc_precexp; in pit_timer_start_cntr0()
204 callout_reset_sbt(&c->callout, bttosbt(c->callout_bt), in pit_timer_start_cntr0()
HDvlapic.c757 rem_sbt = bttosbt(vlapic->timer_period_bt); in vlapic_callout_handler()
763 rem_sbt -= bttosbt(bt); in vlapic_callout_handler()
773 bttosbt(bt) / SBT_1US, in vlapic_callout_handler()
774 bttosbt(vlapic->timer_period_bt) / SBT_1US); in vlapic_callout_handler()
804 sbt = bttosbt(vlapic->timer_period_bt); in vlapic_icrtmr_write_handler()
HDvhpet.c715 vhpet->freq_sbt = bttosbt(bt); in vhpet_init()
/freebsd-11-stable/sys/kern/
HDkern_tc.c1943 sbt_timethreshold = bttosbt(bt_timethreshold); in tc_adjprecision()
1944 sbt_tickthreshold = bttosbt(bt_tickthreshold); in tc_adjprecision()
2003 tick_sbt = bttosbt(tick_bt); in inittimecounter()
2006 tc_tick_sbt = bttosbt(tc_tick_bt); in inittimecounter()
/freebsd-11-stable/sys/dev/ena/
HDena.c2968 time_offset = bttosbt(time); in check_missing_comp_in_tx_queue()