Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dcpu-throttle.c52 int64_t sleeptime_ns, endtime_ns; in cpu_throttle_thread() local
62 endtime_ns = qemu_clock_get_ns(QEMU_CLOCK_REALTIME) + sleeptime_ns; in cpu_throttle_thread()
72 sleeptime_ns = endtime_ns - qemu_clock_get_ns(QEMU_CLOCK_REALTIME); in cpu_throttle_thread()