Lines Matching refs:dst_context
1039 struct vmci_ctx *dst_context; in vmci_ctx_notify_dbell() local
1046 dst_context = vmci_ctx_get(handle.context); in vmci_ctx_notify_dbell()
1047 if (!dst_context) { in vmci_ctx_notify_dbell()
1084 spin_lock(&dst_context->lock); in vmci_ctx_notify_dbell()
1086 if (!vmci_handle_arr_has_entry(dst_context->doorbell_array, in vmci_ctx_notify_dbell()
1091 dst_context->pending_doorbell_array, in vmci_ctx_notify_dbell()
1094 &dst_context->pending_doorbell_array, in vmci_ctx_notify_dbell()
1097 ctx_signal_notify(dst_context); in vmci_ctx_notify_dbell()
1098 wake_up(&dst_context->host_context.wait_queue); in vmci_ctx_notify_dbell()
1103 spin_unlock(&dst_context->lock); in vmci_ctx_notify_dbell()
1107 vmci_ctx_put(dst_context); in vmci_ctx_notify_dbell()