Searched refs:postcopy_remote_fds (Results 1 – 3 of 3) sorted by relevance
978 size_t pfd_len = 2 + mis->postcopy_remote_fds->len; in postcopy_ram_fault_thread()987 for (index = 0; index < mis->postcopy_remote_fds->len; index++) { in postcopy_ram_fault_thread()988 struct PostCopyFD *pcfd = &g_array_index(mis->postcopy_remote_fds, in postcopy_ram_fault_thread()1102 &g_array_index(mis->postcopy_remote_fds, in postcopy_ram_fault_thread()1326 GArray *pcrfds = mis->postcopy_remote_fds; in postcopy_notify_shared_wake()1583 mis->postcopy_remote_fds = g_array_append_val(mis->postcopy_remote_fds, in postcopy_register_shared_ufd()1593 GArray *pcrfds = mis->postcopy_remote_fds; in postcopy_unregister_shared_ufd()1602 mis->postcopy_remote_fds = g_array_remove_index(pcrfds, i); in postcopy_unregister_shared_ufd()
161 GArray *postcopy_remote_fds; member
246 current_incoming->postcopy_remote_fds = in migration_object_init()399 if (mis->postcopy_remote_fds) { in migration_incoming_state_destroy()400 g_array_free(mis->postcopy_remote_fds, TRUE); in migration_incoming_state_destroy()401 mis->postcopy_remote_fds = NULL; in migration_incoming_state_destroy()