Home
last modified time | relevance | path

Searched refs:dst_context (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/misc/vmw_vmci/
Dvmci_context.c1051 struct vmci_ctx *dst_context; in vmci_ctx_notify_dbell() local
1058 dst_context = vmci_ctx_get(handle.context); in vmci_ctx_notify_dbell()
1059 if (!dst_context) { in vmci_ctx_notify_dbell()
1096 spin_lock(&dst_context->lock); in vmci_ctx_notify_dbell()
1098 if (!vmci_handle_arr_has_entry(dst_context->doorbell_array, in vmci_ctx_notify_dbell()
1103 dst_context->pending_doorbell_array, in vmci_ctx_notify_dbell()
1106 &dst_context->pending_doorbell_array, in vmci_ctx_notify_dbell()
1109 ctx_signal_notify(dst_context); in vmci_ctx_notify_dbell()
1110 wake_up(&dst_context->host_context.wait_queue); in vmci_ctx_notify_dbell()
1116 spin_unlock(&dst_context->lock); in vmci_ctx_notify_dbell()
[all …]