host_context      121 drivers/misc/vmw_vmci/vmci_context.c 	init_waitqueue_head(&context->host_context.wait_queue);
host_context      358 drivers/misc/vmw_vmci/vmci_context.c 	wake_up(&context->host_context.wait_queue);
host_context     1102 drivers/misc/vmw_vmci/vmci_context.c 					wake_up(&dst_context->host_context.wait_queue);
host_context       77 drivers/misc/vmw_vmci/vmci_context.h 	struct vmci_host host_context;
host_context       91 drivers/misc/vmw_vmci/vmci_host.c static struct vmci_ctx *host_context;
host_context      169 drivers/misc/vmw_vmci/vmci_host.c 			poll_wait(filp, &context->host_context.wait_queue,
host_context      977 drivers/misc/vmw_vmci/vmci_host.c 	host_context = vmci_ctx_create(VMCI_HOST_CONTEXT_ID,
host_context      980 drivers/misc/vmw_vmci/vmci_host.c 	if (IS_ERR(host_context)) {
host_context      981 drivers/misc/vmw_vmci/vmci_host.c 		error = PTR_ERR(host_context);
host_context      994 drivers/misc/vmw_vmci/vmci_host.c 		vmci_ctx_destroy(host_context);
host_context     1010 drivers/misc/vmw_vmci/vmci_host.c 	vmci_ctx_destroy(host_context);