Searched refs:max_events (Results 1 – 8 of 8) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify05.c | 44 static int max_events; variable 110 int num_files = max_events + 1; in test_fanotify() 197 max_events = DEFAULT_MAX_EVENTS; in setup() 199 SAFE_FILE_SCANF(SYSFS_MAX_EVENTS, "%d", &max_events); in setup() 200 tst_res(TINFO, "max_queued_events=%d", max_events); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
D | inotify05.c | 37 static int max_events; variable 51 for (i = 0; i < max_events; i++) { in verify_inotify() 136 "%d", &max_events); in setup()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | netlink.c | 44 int max_events = 10; in netlink_receive() local 78 if (--max_events > 0) { in netlink_receive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | netlink.c | 44 int max_events = 10; in netlink_receive() local 78 if (--max_events > 0) { in netlink_receive()
|
/third_party/grpc/examples/ruby/pubsub/ |
D | pubsub_demo.rb | 143 max_events: msg_count))
|
/third_party/python/Lib/test/ |
D | test_xml_etree.py | 1386 def assert_events(self, parser, expected, max_events=None): argument 1389 for event, elem in islice(parser.read_events(), max_events)], 1392 def assert_event_tuples(self, parser, expected, max_events=None): argument 1394 list(islice(parser.read_events(), max_events)), 1397 def assert_event_tags(self, parser, expected, max_events=None): argument 1398 events = islice(parser.read_events(), max_events) 1479 ], max_events=2) 1482 ], max_events=1) 1502 ], max_events=2) 1505 ], max_events=1) [all …]
|
/third_party/python/Doc/library/ |
D | select.rst | 486 .. method:: kqueue.control(changelist, max_events[, timeout]) -> eventlist 491 - max_events must be 0 or a positive integer
|
/third_party/mtdev/ |
D | ChangeLog | 752 Allow max_events to be zero in mtdev_pull() 755 all events available. This patch lets a zero max_events achieve that.
|