Searched refs:evtchn_alloc_unbound (Results 1 – 12 of 12) sorted by relevance
40 struct evtchn_alloc_unbound alloc_unbound; in alloc_domain_evtchn()102 rc = evtchn_alloc_unbound(&alloc_unbound, domU1_port); in alloc_domain_evtchn()
730 rc = evtchn_alloc_unbound(&alloc, 0); in alloc_xenstore_evtchn()
76 struct evtchn_alloc_unbound { struct82 typedef struct evtchn_alloc_unbound evtchn_alloc_unbound_t; argument
52 struct evtchn_alloc_unbound arg = { in xc_evtchn_alloc_unbound()
33 #define xen_evtchn_alloc_unbound evtchn_alloc_unbound
75 int __must_check evtchn_alloc_unbound(evtchn_alloc_unbound_t *alloc,
216 ret = evtchn_alloc_unbound(domid, evtchn_handler, xce, &port); in xenevtchn_bind_unbound_port()
69 ? evtchn_alloc_unbound event_channel.h
307 int evtchn_alloc_unbound(evtchn_alloc_unbound_t *alloc, evtchn_port_t port) in evtchn_alloc_unbound() function1271 struct evtchn_alloc_unbound alloc_unbound; in do_event_channel_op()1274 rc = evtchn_alloc_unbound(&alloc_unbound, 0); in do_event_channel_op()
209 external evtchn_alloc_unbound : handle -> domid -> domid -> int
280 external evtchn_alloc_unbound: handle -> domid -> domid -> int
451 struct evtchn_alloc_unbound alloc = { in pv_shim_event_channel_op()
Completed in 36 milliseconds