Home
last modified time | relevance | path

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

/drivers/xen/
Devtchn.c485 struct evtchn_alloc_unbound alloc_unbound; in evtchn_ioctl() local
491 alloc_unbound.dom = DOMID_SELF; in evtchn_ioctl()
492 alloc_unbound.remote_dom = bind.remote_domain; in evtchn_ioctl()
494 &alloc_unbound); in evtchn_ioctl()
498 rc = evtchn_bind_to_user(u, alloc_unbound.port); in evtchn_ioctl()
500 rc = alloc_unbound.port; in evtchn_ioctl()
Dfallback.c34 COPY_BACK(alloc_unbound); in xen_event_channel_op_compat()
/drivers/xen/xenbus/
Dxenbus_probe.c711 struct evtchn_alloc_unbound alloc_unbound; in xenstored_local_init() local
721 alloc_unbound.dom = DOMID_SELF; in xenstored_local_init()
722 alloc_unbound.remote_dom = DOMID_SELF; in xenstored_local_init()
725 &alloc_unbound); in xenstored_local_init()
731 alloc_unbound.port; in xenstored_local_init()
Dxenbus_client.c429 struct evtchn_alloc_unbound alloc_unbound; in xenbus_alloc_evtchn() local
432 alloc_unbound.dom = DOMID_SELF; in xenbus_alloc_evtchn()
433 alloc_unbound.remote_dom = dev->otherend_id; in xenbus_alloc_evtchn()
436 &alloc_unbound); in xenbus_alloc_evtchn()
440 *port = alloc_unbound.port; in xenbus_alloc_evtchn()