Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost-vsock-common.c199 if (!vvc->post_load_timer) { in vhost_vsock_common_post_load_timer_cleanup()
203 timer_free(vvc->post_load_timer); in vhost_vsock_common_post_load_timer_cleanup()
204 vvc->post_load_timer = NULL; in vhost_vsock_common_post_load_timer_cleanup()
238 assert(!vvc->post_load_timer); in vhost_vsock_common_post_load()
239 vvc->post_load_timer = in vhost_vsock_common_post_load()
243 timer_mod(vvc->post_load_timer, 1); in vhost_vsock_common_post_load()
267 vvc->post_load_timer = NULL; in vhost_vsock_common_realize()
/openbmc/qemu/include/hw/virtio/
H A Dvhost-vsock-common.h38 QEMUTimer *post_load_timer; member