Lines Matching full:channels
68 * Synchronization point past which no more channels will be
72 /* send channels ready */
219 "number of channels %u", msg.id, migrate_multifd_channels()); in multifd_recv_initial_packet()
371 * using more channels, so ensure it doesn't overflow if the in multifd_send()
499 * channels have no I/O handler callback registered when reaching in multifd_send_cleanup_channel()
969 * Wait until channel creation has started for all channels. The in multifd_send_setup()
970 * creation can still fail, but no more channels will be created in multifd_send_setup()
1012 * using more channels, so ensure it doesn't overflow if the in multifd_recv()
1078 * The migration thread and channels interact differently in multifd_recv_terminate_threads()
1103 * - error quit: We close the channels so the channel threads in multifd_recv_terminate_threads()
1185 * File-based channels don't use packets and therefore need to in multifd_recv_sync_main()
1198 * Initiate the synchronization by waiting for all channels. in multifd_recv_sync_main()
1220 * Sync done. Release the channels for the next iteration. in multifd_recv_sync_main()
1521 * Try to receive all multifd channels to get ready for the migration.