Searched refs:pcrfds (Results 1 – 1 of 1) sorted by relevance
1326 GArray *pcrfds = mis->postcopy_remote_fds; in postcopy_notify_shared_wake() local1328 for (i = 0; i < pcrfds->len; i++) { in postcopy_notify_shared_wake()1329 struct PostCopyFD *cur = &g_array_index(pcrfds, struct PostCopyFD, i); in postcopy_notify_shared_wake()1593 GArray *pcrfds = mis->postcopy_remote_fds; in postcopy_unregister_shared_ufd() local1595 if (!pcrfds) { in postcopy_unregister_shared_ufd()1599 for (i = 0; i < pcrfds->len; i++) { in postcopy_unregister_shared_ufd()1600 struct PostCopyFD *cur = &g_array_index(pcrfds, struct PostCopyFD, i); in postcopy_unregister_shared_ufd()1602 mis->postcopy_remote_fds = g_array_remove_index(pcrfds, i); in postcopy_unregister_shared_ufd()