Searched refs:handle_events (Results 1 – 4 of 4) sorted by relevance
27 void (*handle_events)(unsigned cpu, struct evtchn_loop_ctrl *ctrl); member98 return evtchn_ops->handle_events(cpu, ctrl); in xen_evtchn_handle_events()
420 .handle_events = evtchn_fifo_handle_events,
375 .handle_events = evtchn_2l_handle_events,
213 int handle_events(int epoll_fd, struct proc_event *pev) in handle_events() function283 err = handle_events(epoll_fd, &proc_ev); in main()