Searched refs:postcopy_fd (Results 1 – 1 of 1) sorted by relevance
249 struct PostCopyFD postcopy_fd; member1010 bool do_postcopy = u->postcopy_listen && u->postcopy_fd.handler; in vhost_user_set_mem_table()2047 u->postcopy_fd.fd = ufd; in vhost_user_postcopy_advise()2048 u->postcopy_fd.data = dev; in vhost_user_postcopy_advise()2049 u->postcopy_fd.handler = vhost_user_postcopy_fault_handler; in vhost_user_postcopy_advise()2050 u->postcopy_fd.waker = vhost_user_postcopy_waker; in vhost_user_postcopy_advise()2051 u->postcopy_fd.idstr = "vhost-user"; /* Need to find unique name */ in vhost_user_postcopy_advise()2052 postcopy_register_shared_ufd(&u->postcopy_fd); in vhost_user_postcopy_advise()2115 postcopy_unregister_shared_ufd(&u->postcopy_fd); in vhost_user_postcopy_end()2116 close(u->postcopy_fd.fd); in vhost_user_postcopy_end()[all …]