Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Daudio_int.h261 uint64_t timer_last;
235 uint64_t timer_last; global() member
H A Daudio.c826 s->timer_last = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in audio_reset_timer()
844 diff = now - s->timer_last; in audio_timer()
848 s->timer_last = now; in audio_timer()