Searched refs:handle_events (Results 1 – 9 of 9) 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_2l.c | 375 .handle_events = evtchn_2l_handle_events,
|
H A D | events_fifo.c | 422 .handle_events = evtchn_fifo_handle_events,
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | tinfoil.py | 464 def run_command(self, command, *params, handle_events=True): argument 484 while handle_events: 691 …def build_targets(self, targets, task=None, handle_events=True, extra_events=None, event_callback=… argument 724 if handle_events: 752 if handle_events: 815 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 | 210 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 | upgrade.py | 542 res = tinfoil.build_targets(pn, task, handle_events=True)
|
H A D | standard.py | 601 handle_events=True) 831 res = tinfoil.build_targets(pn, task, handle_events=True)
|