Searched refs:ev_actions (Results 1 – 1 of 1) sorted by relevance
41 static struct _ev_action ev_actions[NR_EVS]; variable76 action = &ev_actions[port]; in do_event()89 if (ev_actions[port].handler != default_handler) in bind_evtchn()93 ev_actions[port].data = data; in bind_evtchn()95 ev_actions[port].handler = handler; in bind_evtchn()109 if (ev_actions[port].handler == default_handler) in unbind_evtchn()114 ev_actions[port].handler = default_handler; in unbind_evtchn()116 ev_actions[port].data = NULL; in unbind_evtchn()182 ev_actions[i].handler = default_handler; in init_events()
Completed in 7 milliseconds