Searched refs:VMCI_EVENT_HANDLER (Results 1 – 5 of 5) sorted by relevance
207 vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in ctx_fire_notification()239 VMCI_EVENT_HANDLER)); in ctx_fire_notification()628 notifier->handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_add_notification()675 handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_remove_notification()
192 dg->dst.resource == VMCI_EVENT_HANDLER) { in dg_dispatch_as_host()
406 dg->dst.resource == VMCI_EVENT_HANDLER) { in vmci_dispatch_dgs()
858 ev.msg.hdr.dst = vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in qp_notify_peer_local()1472 ev.msg.hdr.dst = vmci_make_handle(peer_id, VMCI_EVENT_HANDLER); in qp_notify_peer()
363 #define VMCI_EVENT_HANDLER 0 macro