Home
last modified time | relevance | path

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

/drivers/misc/vmw_vmci/
A Dvmci_context.h87 u32 remote_cid; member
139 int vmci_ctx_add_notification(u32 context_id, u32 remote_cid);
140 int vmci_ctx_remove_notification(u32 context_id, u32 remote_cid);
A Dvmci_context.c578 int vmci_ctx_add_notification(u32 context_id, u32 remote_cid) in vmci_ctx_add_notification() argument
589 if (VMCI_CONTEXT_IS_VM(context_id) && VMCI_CONTEXT_IS_VM(remote_cid)) { in vmci_ctx_add_notification()
591 context_id, remote_cid); in vmci_ctx_add_notification()
608 notifier->handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_add_notification()
645 int vmci_ctx_remove_notification(u32 context_id, u32 remote_cid) in vmci_ctx_remove_notification() argument
655 handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_remove_notification()
A Dvmci_host.c679 result = vmci_ctx_add_notification(cid, ar_info.remote_cid); in vmci_host_do_ctx_add_notify()
703 ar_info.remote_cid); in vmci_host_do_ctx_remove_notify()
/drivers/vhost/
A Dvsock.c407 static bool vhost_transport_seqpacket_allow(u32 remote_cid);
463 static bool vhost_transport_seqpacket_allow(u32 remote_cid) in vhost_transport_seqpacket_allow() argument
469 vsock = vhost_vsock_get(remote_cid); in vhost_transport_seqpacket_allow()

Completed in 9 milliseconds