Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:EVENT_MAX
(Results
1 - 21
of
21
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H
A
D
fanotify02.c
27
#define
EVENT_MAX
1024
macro
31
#define EVENT_BUF_LEN (
EVENT_MAX
* EVENT_SIZE)
40
static unsigned long long event_set[
EVENT_MAX
];
H
A
D
fanotify23.c
27
#define
EVENT_MAX
1024
macro
31
#define EVENT_BUF_LEN (
EVENT_MAX
* EVENT_SIZE)
42
static unsigned long long event_set[
EVENT_MAX
];
H
A
D
fanotify15.c
32
#define
EVENT_MAX
10
macro
39
#define EVENT_BUF_LEN (
EVENT_MAX
* EVENT_SIZE * 2)
56
static struct event_t event_set[
EVENT_MAX
];
H
A
D
fanotify01.c
27
#define
EVENT_MAX
1024
macro
31
#define EVENT_BUF_LEN (
EVENT_MAX
* EVENT_SIZE)
81
static unsigned long long event_set[
EVENT_MAX
];
H
A
D
fanotify19.c
31
#define
EVENT_MAX
1024
macro
33
#define EVENT_BUF_LEN (
EVENT_MAX
* EVENT_SIZE)
H
A
D
fanotify12.c
30
#define
EVENT_MAX
1024
macro
32
#define EVENT_BUF_LEN (
EVENT_MAX
* EVENT_SIZE)
H
A
D
fanotify06.c
46
#define
EVENT_MAX
1024
macro
50
#define EVENT_BUF_LEN (
EVENT_MAX
* EVENT_SIZE)
H
A
D
fanotify13.c
42
#define
EVENT_MAX
ARRAY_SIZE(objects)
macro
98
static struct event_t event_set[
EVENT_MAX
];
H
A
D
fanotify03.c
31
#define
EVENT_MAX
1024
macro
35
#define EVENT_BUF_LEN (
EVENT_MAX
* EVENT_SIZE)
H
A
D
fanotify09.c
53
#define
EVENT_MAX
1024
macro
57
#define EVENT_BUF_LEN (
EVENT_MAX
* EVENT_SIZE)
H
A
D
fanotify16.c
35
#define
EVENT_MAX
20
macro
42
#define EVENT_BUF_LEN (
EVENT_MAX
* EVENT_SIZE * 3)
61
static struct event_t event_set[
EVENT_MAX
];
H
A
D
fanotify10.c
51
#define
EVENT_MAX
1024
macro
55
#define EVENT_BUF_LEN (
EVENT_MAX
* EVENT_SIZE)
/third_party/ltp/testcases/kernel/syscalls/inotify/
H
A
D
inotify08.c
43
#define
EVENT_MAX
1024
macro
47
#define EVENT_BUF_LEN (
EVENT_MAX
* (EVENT_SIZE + 16))
61
static struct event_t event_set[
EVENT_MAX
];
H
A
D
inotify03.c
31
#define
EVENT_MAX
1024
macro
35
#define EVENT_BUF_LEN (
EVENT_MAX
* (EVENT_SIZE + 16))
42
static unsigned int event_set[
EVENT_MAX
];
H
A
D
inotify04.c
30
#define
EVENT_MAX
1024
macro
34
#define EVENT_BUF_LEN (
EVENT_MAX
* (EVENT_SIZE + 16))
47
struct event_t event_set[
EVENT_MAX
];
H
A
D
inotify01.c
27
#define
EVENT_MAX
1024
macro
31
#define EVENT_BUF_LEN (
EVENT_MAX
* (EVENT_SIZE + 16))
40
static unsigned int event_set[
EVENT_MAX
];
H
A
D
inotify10.c
29
#define
EVENT_MAX
10
macro
32
#define EVENT_BUF_LEN (
EVENT_MAX
* (EVENT_SIZE + 16))
77
struct event_t event_set[
EVENT_MAX
];
H
A
D
inotify07.c
42
#define
EVENT_MAX
1024
macro
46
#define EVENT_BUF_LEN (
EVENT_MAX
* (EVENT_SIZE + 16))
63
static struct event_t event_set[
EVENT_MAX
];
H
A
D
inotify11.c
37
#define
EVENT_MAX
32
macro
40
#define EVENT_BUF_LEN (
EVENT_MAX
* (EVENT_SIZE + 16))
H
A
D
inotify02.c
33
#define
EVENT_MAX
1024
macro
37
#define EVENT_BUF_LEN (
EVENT_MAX
* (EVENT_SIZE + 16))
51
static struct event_t event_set[
EVENT_MAX
];
H
A
D
inotify12.c
31
#define
EVENT_MAX
32
macro
34
#define EVENT_BUF_LEN (
EVENT_MAX
* (EVENT_SIZE + 16))
Completed in 10 milliseconds