Home
last modified time | relevance | path

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

/drivers/xen/xenbus/
Dxenbus_client.c312 struct evtchn_alloc_unbound alloc_unbound; in xenbus_alloc_evtchn() local
315 alloc_unbound.dom = DOMID_SELF; in xenbus_alloc_evtchn()
316 alloc_unbound.remote_dom = dev->otherend_id; in xenbus_alloc_evtchn()
319 &alloc_unbound); in xenbus_alloc_evtchn()
323 *port = alloc_unbound.port; in xenbus_alloc_evtchn()