Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvhost-vsock-common.c198 if (!vvc->post_load_timer) { in vhost_vsock_common_post_load_timer_cleanup()
202 timer_free(vvc->post_load_timer); in vhost_vsock_common_post_load_timer_cleanup()
203 vvc->post_load_timer = NULL; in vhost_vsock_common_post_load_timer_cleanup()
237 assert(!vvc->post_load_timer); in vhost_vsock_common_post_load()
238 vvc->post_load_timer = in vhost_vsock_common_post_load()
242 timer_mod(vvc->post_load_timer, 1); in vhost_vsock_common_post_load()
266 vvc->post_load_timer = NULL; in vhost_vsock_common_realize()
/qemu/include/hw/virtio/
H A Dvhost-vsock-common.h38 QEMUTimer *post_load_timer; member