Searched refs:expand_array (Results 1 – 3 of 3) sorted by relevance
34 int evtchn_fifo_expand_array(const struct evtchn_expand_array *expand_array);
613 int evtchn_fifo_expand_array(const struct evtchn_expand_array *expand_array) in evtchn_fifo_expand_array() argument622 rc = add_page_to_event_array(d, expand_array->array_gfn); in evtchn_fifo_expand_array()
1184 struct evtchn_expand_array expand_array; in do_event_channel_op() local1185 if ( copy_from_guest(&expand_array, arg, 1) != 0 ) in do_event_channel_op()1187 rc = evtchn_fifo_expand_array(&expand_array); in do_event_channel_op()
Completed in 7 milliseconds