Searched refs:postcopy_remote_fds (Results 1 – 3 of 3) sorted by relevance
970 size_t pfd_len = 2 + mis->postcopy_remote_fds->len; in postcopy_ram_fault_thread()979 for (index = 0; index < mis->postcopy_remote_fds->len; index++) { in postcopy_ram_fault_thread()980 struct PostCopyFD *pcfd = &g_array_index(mis->postcopy_remote_fds, in postcopy_ram_fault_thread()1094 &g_array_index(mis->postcopy_remote_fds, in postcopy_ram_fault_thread()1312 GArray *pcrfds = mis->postcopy_remote_fds; in postcopy_notify_shared_wake()1558 mis->postcopy_remote_fds = g_array_append_val(mis->postcopy_remote_fds, in postcopy_register_shared_ufd()1568 GArray *pcrfds = mis->postcopy_remote_fds; in postcopy_unregister_shared_ufd()1577 mis->postcopy_remote_fds = g_array_remove_index(pcrfds, i); in postcopy_unregister_shared_ufd()
175 GArray *postcopy_remote_fds; member
246 current_incoming->postcopy_remote_fds = in migration_object_init()402 if (mis->postcopy_remote_fds) { in migration_incoming_state_destroy()403 g_array_free(mis->postcopy_remote_fds, TRUE); in migration_incoming_state_destroy()404 mis->postcopy_remote_fds = NULL; in migration_incoming_state_destroy()