Lines Matching defs:open_info
658 struct vmbus_channel_msginfo *open_info = NULL;
708 open_info = kzalloc(sizeof(*open_info) +
711 if (!open_info) {
716 init_completion(&open_info->waitevent);
717 open_info->waiting_channel = newchannel;
719 open_msg = (struct vmbus_channel_open_channel *)open_info->msg;
738 list_add_tail(&open_info->msglistentry,
755 wait_for_completion(&open_info->waitevent);
758 list_del(&open_info->msglistentry);
766 if (open_info->response.open_result.status) {
772 kfree(open_info);
777 list_del(&open_info->msglistentry);
780 kfree(open_info);