Searched refs:open_info (Results 1 - 1 of 1) sorted by relevance

/drivers/hv/
H A Dchannel.c122 struct vmbus_channel_msginfo *open_info = NULL; local
175 open_info = kmalloc(sizeof(*open_info) +
178 if (!open_info) {
183 init_completion(&open_info->waitevent);
185 open_msg = (struct vmbus_channel_open_channel *)open_info->msg;
203 list_add_tail(&open_info->msglistentry,
213 t = wait_for_completion_timeout(&open_info->waitevent, 5*HZ);
220 if (open_info->response.open_result.status)
221 err = open_info
[all...]

Completed in 60 milliseconds