Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvirtio-rng.c104 if (vrng->activate_timer) { in virtio_rng_process()
107 vrng->activate_timer = false; in virtio_rng_process()
159 vrng->activate_timer = true; in check_rate_limit()
224 vrng->activate_timer = true; in virtio_rng_device_realize()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-rng.h46 bool activate_timer; member