dst_context 1043 drivers/misc/vmw_vmci/vmci_context.c struct vmci_ctx *dst_context; dst_context 1050 drivers/misc/vmw_vmci/vmci_context.c dst_context = vmci_ctx_get(handle.context); dst_context 1051 drivers/misc/vmw_vmci/vmci_context.c if (!dst_context) { dst_context 1088 drivers/misc/vmw_vmci/vmci_context.c spin_lock(&dst_context->lock); dst_context 1090 drivers/misc/vmw_vmci/vmci_context.c if (!vmci_handle_arr_has_entry(dst_context->doorbell_array, dst_context 1095 drivers/misc/vmw_vmci/vmci_context.c dst_context->pending_doorbell_array, dst_context 1098 drivers/misc/vmw_vmci/vmci_context.c &dst_context->pending_doorbell_array, dst_context 1101 drivers/misc/vmw_vmci/vmci_context.c ctx_signal_notify(dst_context); dst_context 1102 drivers/misc/vmw_vmci/vmci_context.c wake_up(&dst_context->host_context.wait_queue); dst_context 1108 drivers/misc/vmw_vmci/vmci_context.c spin_unlock(&dst_context->lock); dst_context 1112 drivers/misc/vmw_vmci/vmci_context.c vmci_ctx_put(dst_context);