Searched refs:VMCI_EVENT_HANDLER (Results 1 – 5 of 5) sorted by relevance
209 vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in ctx_fire_notification()241 VMCI_EVENT_HANDLER)); in ctx_fire_notification()630 notifier->handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_add_notification()672 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()
294 dg->dst.resource == VMCI_EVENT_HANDLER) { in vmci_dispatch_dgs()
863 ev.msg.hdr.dst = vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in qp_notify_peer_local()1474 ev.msg.hdr.dst = vmci_make_handle(peer_id, VMCI_EVENT_HANDLER); in qp_notify_peer()
298 #define VMCI_EVENT_HANDLER 0 macro