Lines Matching full:vmbus
309 * alloc_channel - Allocate and initialize a vmbus channel object
333 * free_channel - Release the resources used by the vmbus channel object
367 * the VMBus connection is marked as ready for the resume event in vmbus_channel_map_relid()
369 * of the VMBus driver and vmbus_chan_sched() can not run before in vmbus_channel_map_relid()
757 * data in its disk cache before the VMbus UNLOAD request will in vmbus_wait_for_unload()
805 pr_notice("Waiting for VMBus UNLOAD to complete\n"); in vmbus_wait_for_unload()
809 pr_err("Continuing even though VMBus UNLOAD did not complete\n"); in vmbus_wait_for_unload()
932 * vmbus_onoffer - Handler for channel offers from vmbus in parent partition.
991 * Mellanox VF vmbus device can change when the host in vmbus_onoffer()
994 pr_debug("vmbus offer changed: relid=%d\n", in vmbus_onoffer()
997 print_hex_dump_debug("Old vmbus offer: ", in vmbus_onoffer()
1001 print_hex_dump_debug("New vmbus offer: ", in vmbus_onoffer()
1412 * This is invoked in the vmbus worker thread context.