Home
last modified time | relevance | path

Searched refs:pcrfds (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/migration/
H A Dpostcopy-ram.c1312 GArray *pcrfds = mis->postcopy_remote_fds; in postcopy_notify_shared_wake() local
1314 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() local
1570 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()