Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dmultifd.c303 static int next_channel; in multifd_send() local
319 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()
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_msghandler.c3409 goto next_channel; in channel_handler()
3413 goto next_channel; in channel_handler()
3420 next_channel: in channel_handler()