Home
last modified time | relevance | path

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

/xen/xen/common/
A Devent_channel.h52 int evtchn_fifo_expand_array(const struct evtchn_expand_array *expand_array);
A Devent_fifo.c692 int evtchn_fifo_expand_array(const struct evtchn_expand_array *expand_array) in evtchn_fifo_expand_array() argument
701 rc = add_page_to_event_array(d, expand_array->array_gfn); in evtchn_fifo_expand_array()
A Devent_channel.c1397 struct evtchn_expand_array expand_array; in do_event_channel_op() local
1398 if ( copy_from_guest(&expand_array, arg, 1) != 0 ) in do_event_channel_op()
1400 rc = evtchn_fifo_expand_array(&expand_array); in do_event_channel_op()

Completed in 27 milliseconds