Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-uhci.c1084 uint64_t t_now, t_last_run; in uhci_frame_timer() local
1102 t_last_run = s->expire_time - frame_t; in uhci_frame_timer()
1106 frames = (t_now - t_last_run) / frame_t; in uhci_frame_timer()