Home
last modified time | relevance | path

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

/xen/xen/common/
A Devent_fifo.c459 v->evtchn_fifo = efv; in setup_control_block()
471 if ( v->evtchn_fifo->control_block ) in map_control_block()
493 if ( !v->evtchn_fifo ) in cleanup_control_block()
497 xfree(v->evtchn_fifo); in cleanup_control_block()
498 v->evtchn_fifo = NULL; in cleanup_control_block()
507 if ( !d->evtchn_fifo ) in setup_event_array()
517 if ( !d->evtchn_fifo ) in cleanup_event_array()
522 xfree(d->evtchn_fifo); in cleanup_event_array()
523 d->evtchn_fifo = NULL; in cleanup_event_array()
591 if ( !d->evtchn_fifo ) in evtchn_fifo_init_control()
[all …]
A Devent_channel.c1132 else if ( d->evtchn_fifo ) in evtchn_reset()
/xen/xen/include/xen/
A Devent.h110 return d->evtchn_fifo ? EVTCHN_FIFO_NR_CHANNELS in max_evtchns()
A Dsched.h253 struct evtchn_fifo_vcpu *evtchn_fifo; member
380 struct evtchn_fifo_domain *evtchn_fifo; member

Completed in 14 milliseconds