Home
last modified time | relevance | path

Searched refs:pirq_evtchn_head (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Devent_channel.c459 chn->u.pirq.next_port = v->pirq_evtchn_head; in link_pirq_port()
460 if ( v->pirq_evtchn_head ) in link_pirq_port()
461 evtchn_from_port(v->domain, v->pirq_evtchn_head) in link_pirq_port()
463 v->pirq_evtchn_head = port; in link_pirq_port()
474 v->pirq_evtchn_head = chn->u.pirq.next_port; in unlink_pirq_port()
1375 for ( port = v->pirq_evtchn_head; port; port = chn->u.pirq.next_port ) in evtchn_move_pirqs()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dsched.h222 int pirq_evtchn_head; member

Completed in 7 milliseconds