Searched refs:handle_events (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/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,
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | tinfoil.py | 458 def run_command(self, command, *params, handle_events=True): argument 478 while handle_events: 677 …def build_targets(self, targets, task=None, handle_events=True, extra_events=None, event_callback=… argument 710 if handle_events: 738 if handle_events: 801 if not self.run_command('ping', handle_events=False):
|
/openbmc/linux/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()
|
/openbmc/openbmc/poky/scripts/lib/ |
H A D | scriptutils.py | 208 handle_events=True,
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | tinfoil.py | 135 res = tinfoil.run_command('testCookerCommandEvent', pattern, handle_events=False)
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 614 handle_events=True) 874 res = tinfoil.build_targets(pn, task, handle_events=True)
|