Home | History | Annotate | Download | only in qemu

Lines Matching full:hdelta

875         int64_t hdelta = active_timers[QEMU_CLOCK_HOST]->expire_time -
877 if (hdelta < delta)
878 delta = hdelta;