Searched refs:pcrfds (Results 1 – 1 of 1) sorted by relevance
1312 GArray *pcrfds = mis->postcopy_remote_fds; in postcopy_notify_shared_wake() local1314 for (i = 0; i < pcrfds->len; i++) { in postcopy_notify_shared_wake()1315 struct PostCopyFD *cur = &g_array_index(pcrfds, struct PostCopyFD, i); in postcopy_notify_shared_wake()1568 GArray *pcrfds = mis->postcopy_remote_fds; in postcopy_unregister_shared_ufd() local1570 if (!pcrfds) { in postcopy_unregister_shared_ufd()1574 for (i = 0; i < pcrfds->len; i++) { in postcopy_unregister_shared_ufd()1575 struct PostCopyFD *cur = &g_array_index(pcrfds, struct PostCopyFD, i); in postcopy_unregister_shared_ufd()1577 mis->postcopy_remote_fds = g_array_remove_index(pcrfds, i); in postcopy_unregister_shared_ufd()