Searched defs:alloc_unbound (Results 1 - 3 of 3) sorted by relevance

/drivers/xen/
H A Devtchn.c392 struct evtchn_alloc_unbound alloc_unbound; local
398 alloc_unbound.dom = DOMID_SELF;
399 alloc_unbound.remote_dom = bind.remote_domain;
401 &alloc_unbound);
405 rc = evtchn_bind_to_user(u, alloc_unbound.port);
407 rc = alloc_unbound.port;
/drivers/xen/xenbus/
H A Dxenbus_client.c382 struct evtchn_alloc_unbound alloc_unbound; local
385 alloc_unbound.dom = DOMID_SELF;
386 alloc_unbound.remote_dom = dev->otherend_id;
389 &alloc_unbound);
393 *port = alloc_unbound.port;
H A Dxenbus_probe.c706 struct evtchn_alloc_unbound alloc_unbound; local
718 alloc_unbound.dom = DOMID_SELF;
719 alloc_unbound.remote_dom = DOMID_SELF;
722 &alloc_unbound);
728 alloc_unbound.port;

Completed in 86 milliseconds