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

/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_context.c1040 struct vmci_ctx *dst_context; local
1047 dst_context = vmci_ctx_get(handle.context);
1048 if (!dst_context) {
1085 spin_lock(&dst_context->lock);
1087 if (!vmci_handle_arr_has_entry(dst_context->doorbell_array,
1092 dst_context->pending_doorbell_array,
1095 &dst_context->pending_doorbell_array,
1098 ctx_signal_notify(dst_context);
1099 wake_up(&dst_context->host_context.wait_queue);
1105 spin_unlock(&dst_context
[all...]

Completed in 121 milliseconds