Lines Matching full:vmbus
341 * alloc_channel - Allocate and initialize a vmbus channel object
365 * free_channel - Release the resources used by the vmbus channel object
399 * the VMBus connection is marked as ready for the resume event in vmbus_channel_map_relid()
401 * of the VMBus driver and vmbus_chan_sched() can not run before in vmbus_channel_map_relid()
821 * data in its disk cache before the VMbus UNLOAD request will in vmbus_wait_for_unload()
869 pr_notice("Waiting for VMBus UNLOAD to complete\n"); in vmbus_wait_for_unload()
873 pr_err("Continuing even though VMBus UNLOAD did not complete\n"); in vmbus_wait_for_unload()
1017 * vmbus_onoffer - Handler for channel offers from vmbus in parent partition.
1083 * Mellanox VF vmbus device can change when the host in vmbus_onoffer()
1086 pr_debug("vmbus offer changed: relid=%d\n", in vmbus_onoffer()
1089 print_hex_dump_debug("Old vmbus offer: ", in vmbus_onoffer()
1093 print_hex_dump_debug("New vmbus offer: ", in vmbus_onoffer()
1558 * This is invoked in the vmbus worker thread context.