OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_events
(Results
1 - 4
of
4
) sorted by null
/external/ltp/testcases/kernel/syscalls/inotify/
inotify05.c
52
static int
max_events
;
variable
66
for (i = 0; i <
max_events
; i++) {
165
"%d", &
max_events
);
/external/wpa_supplicant_8/src/drivers/
netlink.c
44
int
max_events
= 10;
local
78
if (--
max_events
> 0) {
/external/bcc/tools/
trace.py
7
# [-M
MAX_EVENTS
] [-T] [-t] [-K] [-U] [-a] [-I header]
27
max_events
= None
variable in class:Probe
41
cls.
max_events
= args.
max_events
573
if Probe.
max_events
is not None and \
574
Probe.event_count >= Probe.
max_events
:
[
all
...]
/external/vboot_reference/tests/
vboot_api_devmode_tests.c
142
static int
max_events
;
variable
183
max_events
= 0;
255
if (current_event <
max_events
&&
313
max_events
= test[i].num_events;
Completed in 1406 milliseconds