Searched refs:next_channel (Results 1 – 2 of 2) sorted by relevance
303 static int next_channel; in multifd_send() local319 next_channel %= migrate_multifd_channels(); in multifd_send()320 for (i = next_channel;; i = (i + 1) % migrate_multifd_channels()) { in multifd_send()330 next_channel = (i + 1) % migrate_multifd_channels(); in multifd_send()
3409 goto next_channel; in channel_handler()3413 goto next_channel; in channel_handler()3420 next_channel: in channel_handler()