Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/io/
H A Dvhpet.c94 sbintime_t callout_sbt; /* time when counter==compval */ member
333 if (vhpet->timer[n].callout_sbt < now) { in vhpet_stop_timer()
358 vhpet->timer[n].callout_sbt = now + delta; in vhpet_start_timer()
359 callout_reset_sbt(&vhpet->timer[n].callout, vhpet->timer[n].callout_sbt, in vhpet_start_timer()
796 SNAPSHOT_VAR_OR_LEAVE(vhpet->timer[i].callout_sbt, in vhpet_snapshot()