Searched refs:VMCI_EVENT_HANDLER (Results 1 – 5 of 5) sorted by relevance
208 vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in ctx_fire_notification()240 VMCI_EVENT_HANDLER)); in ctx_fire_notification()629 notifier->handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_add_notification()671 handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_remove_notification()
200 dg->dst.resource == VMCI_EVENT_HANDLER) { in dg_dispatch_as_host()
297 dg->dst.resource == VMCI_EVENT_HANDLER) { in vmci_dispatch_dgs()
944 ev.msg.hdr.dst = vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in qp_notify_peer_local()1555 ev.msg.hdr.dst = vmci_make_handle(peer_id, VMCI_EVENT_HANDLER); in qp_notify_peer()
305 #define VMCI_EVENT_HANDLER 0 macro