Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/io/
H A Dvhpet.c89 sbintime_t callout_sbt; /* time when counter==compval */ member
328 if (vhpet->timer[n].callout_sbt < now) { in vhpet_stop_timer()
353 vhpet->timer[n].callout_sbt = now + delta; in vhpet_start_timer()
354 callout_reset_sbt(&vhpet->timer[n].callout, vhpet->timer[n].callout_sbt, in vhpet_start_timer()
792 SNAPSHOT_VAR_OR_LEAVE(vhpet->timer[i].callout_sbt, in vhpet_snapshot()