Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-uhci.c1102 uint64_t t_now, t_last_run; in uhci_frame_timer() local
1121 t_now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in uhci_frame_timer()
1124 frames = (t_now - t_last_run) / frame_t; in uhci_frame_timer()
1157 timer_mod(s->frame_timer, t_now + frame_t); in uhci_frame_timer()
H A Dhcd-dwc2.c573 int64_t t_now, expire_time; in dwc2_work_bh() local
583 t_now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in dwc2_work_bh()
605 expire_time = t_now + NANOSECONDS_PER_SECOND / 4000; in dwc2_work_bh()
H A Dhcd-ehci.c2268 int64_t expire_time, t_now; in ehci_work_bh() local
2278 t_now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in ehci_work_bh()
2279 ns_elapsed = t_now - ehci->last_run_ns; in ehci_work_bh()
2351 expire_time = t_now + in ehci_work_bh()
2355 expire_time = t_now + (NANOSECONDS_PER_SECOND in ehci_work_bh()