Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Devent.h104 array_access_nospec((d)->evtchn_group, (p) / EVTCHNS_PER_GROUP)
A Dsched.h363 struct evtchn **evtchn_group[NR_EVTCHN_GROUPS]; /* all other buckets */ member
/xen/xen/common/
A Devent_channel.c1505 if ( !d->evtchn_group[i] ) in evtchn_destroy_final()
1508 free_evtchn_bucket(d, d->evtchn_group[i][j]); in evtchn_destroy_final()
1509 xfree(d->evtchn_group[i]); in evtchn_destroy_final()

Completed in 10 milliseconds