Lines Matching full:vmbus
350 * alloc_channel - Allocate and initialize a vmbus channel object
374 * free_channel - Release the resources used by the vmbus channel object
408 * the VMBus connection is marked as ready for the resume event in vmbus_channel_map_relid()
410 * of the VMBus driver and vmbus_chan_sched() can not run before in vmbus_channel_map_relid()
830 * data in its disk cache before the VMbus UNLOAD request will in vmbus_wait_for_unload()
878 pr_notice("Waiting for VMBus UNLOAD to complete\n"); in vmbus_wait_for_unload()
882 pr_err("Continuing even though VMBus UNLOAD did not complete\n"); in vmbus_wait_for_unload()
1026 * vmbus_onoffer - Handler for channel offers from vmbus in parent partition.
1092 * Mellanox VF vmbus device can change when the host in vmbus_onoffer()
1095 pr_debug("vmbus offer changed: relid=%d\n", in vmbus_onoffer()
1098 print_hex_dump_debug("Old vmbus offer: ", in vmbus_onoffer()
1102 print_hex_dump_debug("New vmbus offer: ", in vmbus_onoffer()
1567 * This is invoked in the vmbus worker thread context.