Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c83 (s)->last_run_ns = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL);
644 q->ts = ehci->last_run_ns; in ehci_queues_rip_unused()
647 if (ehci->last_run_ns < q->ts + maxage) { in ehci_queues_rip_unused()
2278 ns_elapsed = t_now - ehci->last_run_ns; in ehci_work_bh()
2287 ehci->last_run_ns += UFRAME_TIMER_NS * skipped_uframes; in ehci_work_bh()
2313 ehci->last_run_ns += UFRAME_TIMER_NS; in ehci_work_bh()
2318 ehci->last_run_ns += UFRAME_TIMER_NS * uframes; in ehci_work_bh()
2418 ehci->last_run_ns -= (ehci->frindex - new_frindex) * UFRAME_TIMER_NS; in usb_ehci_pre_save()
2496 VMSTATE_UINT64(last_run_ns, EHCIState),
H A Dhcd-ehci.h315 uint64_t last_run_ns; member