Searched refs:max_events (Results 1 – 10 of 10) sorted by relevance
142 static int max_events; variable183 max_events = 0; in ResetMocks()255 if (current_event < max_events && in VbExBeep()313 max_events = test[i].num_events; in VbBootDeveloperSoundTest()
52 static int max_events; variable66 for (i = 0; i < max_events; i++) { in verify_inotify()165 "%d", &max_events); in setup()
62 ChannelTrace::ChannelTrace(size_t max_events) in ChannelTrace() argument65 max_list_size_(max_events), in ChannelTrace()
40 ChannelTrace(size_t max_events);
44 int max_events = 10; in netlink_receive() local78 if (--max_events > 0) { in netlink_receive()
27 max_events = None variable in Probe41 cls.max_events = args.max_events573 if Probe.max_events is not None and \574 Probe.event_count >= Probe.max_events:
143 max_events: msg_count))
45 uint64 max_events = 2; field
294 .. method:: kqueue.control(changelist, max_events[, timeout=None]) -> eventlist299 - max_events must be 0 or a positive integer
483 .. method:: kqueue.control(changelist, max_events[, timeout=None]) -> eventlist488 - max_events must be 0 or a positive integer