Lines Matching refs:dst_context
988 struct vmci_ctx *dst_context; in vmci_ctx_notify_dbell() local
995 dst_context = vmci_ctx_get(handle.context); in vmci_ctx_notify_dbell()
996 if (!dst_context) { in vmci_ctx_notify_dbell()
1033 spin_lock(&dst_context->lock); in vmci_ctx_notify_dbell()
1035 if (!vmci_handle_arr_has_entry(dst_context->doorbell_array, in vmci_ctx_notify_dbell()
1040 dst_context->pending_doorbell_array, in vmci_ctx_notify_dbell()
1043 &dst_context->pending_doorbell_array, in vmci_ctx_notify_dbell()
1046 ctx_signal_notify(dst_context); in vmci_ctx_notify_dbell()
1047 wake_up(&dst_context->host_context.wait_queue); in vmci_ctx_notify_dbell()
1053 spin_unlock(&dst_context->lock); in vmci_ctx_notify_dbell()
1057 vmci_ctx_put(dst_context); in vmci_ctx_notify_dbell()