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

/linux-master/drivers/xen/
H A Devtchn.c499 struct evtchn_alloc_unbound alloc_unbound; local
509 alloc_unbound.dom = DOMID_SELF;
510 alloc_unbound.remote_dom = bind.remote_domain;
512 &alloc_unbound);
516 rc = evtchn_bind_to_user(u, alloc_unbound.port, false);
518 rc = alloc_unbound.port;
/linux-master/include/xen/interface/
H A Devent_channel.h230 struct evtchn_alloc_unbound alloc_unbound; member in union:evtchn_op::__anon169
/linux-master/drivers/xen/xenbus/
H A Dxenbus_client.c473 struct evtchn_alloc_unbound alloc_unbound; local
476 alloc_unbound.dom = DOMID_SELF;
477 alloc_unbound.remote_dom = dev->otherend_id;
480 &alloc_unbound);
484 *port = alloc_unbound.port;
H A Dxenbus_probe.c877 struct evtchn_alloc_unbound alloc_unbound; local
887 alloc_unbound.dom = DOMID_SELF;
888 alloc_unbound.remote_dom = DOMID_SELF;
891 &alloc_unbound);
896 xen_store_evtchn = alloc_unbound.port;

Completed in 101 milliseconds