Home
last modified time | relevance | path

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

/openbmc/qemu/chardev/
H A Dbaum.c106 QEMUTimer *cellCount_timer; member
374 if (timer_pending(baum->cellCount_timer)) { \ in baum_eat_packet()
375 timer_del(baum->cellCount_timer); \ in baum_eat_packet()
394 timer_mod(baum->cellCount_timer, qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + in baum_eat_packet()
410 timer_del(baum->cellCount_timer); in baum_eat_packet()
638 timer_free(baum->cellCount_timer); in char_braille_finalize()
666 baum->cellCount_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, baum_cellCount_timer_cb, baum); in baum_chr_open()