Lines Matching +full:sub +full:- +full:messages
1 /* SPDX-License-Identifier: GPL-2.0-only */
31 * Timeout for guest-host handshake for services.
61 /* ------------------------------------------------------ */
78 /* ------------------------------------------------------ */
128 * paravisor) to post a messages to Hyper-V: when such a VM calls
139 * we will manage the tasklet that handles events messages on a per CPU
146 /* We only support running on top of Hyper-V
147 * So at this point this really can only contain the Hyper-V ID
220 * The CPU that Hyper-V will interrupt for VMBUS messages, such as
247 * 2 pages - 1st page for parent->child notification and 2nd
248 * is child->parent notification
272 * On suspension of the vmbus, the accumulated offer messages
278 * The number of sub-channels and hv_sock channels that should be
279 * cleaned up upon suspend: sub-channels will be re-created upon
290 * Completed once the host has offered all boot-time channels.
405 return vmbus_devs[channel->device_id].perf_device; in hv_is_perf_channel()
410 return vmbus_devs[channel->device_id].pref_ring_size; in hv_dev_ring_size()
425 if (channel->target_cpu == cpu) in hv_is_allocated_cpu()
427 list_for_each_entry(sc, &channel->sc_list, sc_list) { in hv_is_allocated_cpu()
428 if (sc->target_cpu == cpu) in hv_is_allocated_cpu()
470 return -1; in hv_debug_init()
475 return -1; in hv_debug_add_dev_dir()