Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dcpu-throttle.c44 int64_t sleeptime_ns, endtime_ns; in cpu_throttle_thread() local
54 endtime_ns = qemu_clock_get_ns(QEMU_CLOCK_REALTIME) + sleeptime_ns; in cpu_throttle_thread()
64 sleeptime_ns = endtime_ns - qemu_clock_get_ns(QEMU_CLOCK_REALTIME); in cpu_throttle_thread()