Searched refs:handle_events (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/events/ |
H A D | events_internal.h | 27 void (*handle_events)(unsigned cpu, struct evtchn_loop_ctrl *ctrl); member 99 return evtchn_ops->handle_events(cpu, ctrl); in xen_evtchn_handle_events()
|
H A D | events_fifo.c | 422 .handle_events = evtchn_fifo_handle_events,
|
H A D | events_2l.c | 375 .handle_events = evtchn_2l_handle_events,
|
/kernel/linux/linux-6.6/drivers/xen/events/ |
H A D | events_internal.h | 27 void (*handle_events)(unsigned cpu, struct evtchn_loop_ctrl *ctrl); member 98 return evtchn_ops->handle_events(cpu, ctrl); in xen_evtchn_handle_events()
|
H A D | events_fifo.c | 422 .handle_events = evtchn_fifo_handle_events,
|
H A D | events_2l.c | 375 .handle_events = evtchn_2l_handle_events,
|
/kernel/linux/linux-6.6/tools/testing/selftests/connector/ |
H A D | proc_filter.c | 213 int handle_events(int epoll_fd, struct proc_event *pev) in handle_events() function 283 err = handle_events(epoll_fd, &proc_ev); in main()
|
Completed in 4 milliseconds