Searched refs:host_context (Results 1 – 3 of 3) sorted by relevance
91 static struct vmci_ctx *host_context; variable180 poll_wait(filp, &context->host_context.wait_queue, in vmci_host_poll()989 host_context = vmci_ctx_create(VMCI_HOST_CONTEXT_ID, in vmci_host_init()992 if (IS_ERR(host_context)) { in vmci_host_init()993 error = PTR_ERR(host_context); in vmci_host_init()1006 vmci_ctx_destroy(host_context); in vmci_host_init()1022 vmci_ctx_destroy(host_context); in vmci_host_exit()
77 struct vmci_host host_context; member
121 init_waitqueue_head(&context->host_context.wait_queue); in vmci_ctx_create()338 wake_up(&context->host_context.wait_queue); in vmci_ctx_enqueue_datagram()1047 wake_up(&dst_context->host_context.wait_queue); in vmci_ctx_notify_dbell()
Completed in 8 milliseconds