Lines Matching defs:open_info
511 struct vmbus_channel_msginfo *open_info = NULL;
551 open_info = kmalloc(sizeof(*open_info) +
554 if (!open_info) {
559 init_completion(&open_info->waitevent);
560 open_info->waiting_channel = newchannel;
562 open_msg = (struct vmbus_channel_open_channel *)open_info->msg;
580 list_add_tail(&open_info->msglistentry,
597 wait_for_completion(&open_info->waitevent);
600 list_del(&open_info->msglistentry);
608 if (open_info->response.open_result.status) {
614 kfree(open_info);
619 list_del(&open_info->msglistentry);
622 kfree(open_info);