Searched refs:post_load_timer (Results 1 – 2 of 2) sorted by relevance
199 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()
38 QEMUTimer *post_load_timer; member