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
defs:EVENT_BUF_LEN
(Results
1 - 21
of
21
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/inotify/
H
A
D
inotify12.c
34
#define
EVENT_BUF_LEN
(EVENT_MAX * (EVENT_SIZE + 16))
macro
H
A
D
inotify11.c
40
#define
EVENT_BUF_LEN
(EVENT_MAX * (EVENT_SIZE + 16))
macro
H
A
D
inotify01.c
31
#define
EVENT_BUF_LEN
(EVENT_MAX * (EVENT_SIZE + 16))
macro
H
A
D
inotify05.c
30
#define
EVENT_BUF_LEN
(EVENT_SIZE * 16)
macro
H
A
D
inotify07.c
46
#define
EVENT_BUF_LEN
(EVENT_MAX * (EVENT_SIZE + 16))
macro
H
A
D
inotify08.c
47
#define
EVENT_BUF_LEN
(EVENT_MAX * (EVENT_SIZE + 16))
macro
H
A
D
inotify03.c
35
#define
EVENT_BUF_LEN
(EVENT_MAX * (EVENT_SIZE + 16))
macro
H
A
D
inotify04.c
34
#define
EVENT_BUF_LEN
(EVENT_MAX * (EVENT_SIZE + 16))
macro
H
A
D
inotify10.c
32
#define
EVENT_BUF_LEN
(EVENT_MAX * (EVENT_SIZE + 16))
macro
H
A
D
inotify02.c
37
#define
EVENT_BUF_LEN
(EVENT_MAX * (EVENT_SIZE + 16))
macro
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H
A
D
fanotify23.c
31
#define
EVENT_BUF_LEN
(EVENT_MAX * EVENT_SIZE)
macro
H
A
D
fanotify02.c
31
#define
EVENT_BUF_LEN
(EVENT_MAX * EVENT_SIZE)
macro
H
A
D
fanotify19.c
33
#define
EVENT_BUF_LEN
(EVENT_MAX * EVENT_SIZE)
macro
H
A
D
fanotify15.c
39
#define
EVENT_BUF_LEN
(EVENT_MAX * EVENT_SIZE * 2)
macro
H
A
D
fanotify12.c
32
#define
EVENT_BUF_LEN
(EVENT_MAX * EVENT_SIZE)
macro
H
A
D
fanotify01.c
31
#define
EVENT_BUF_LEN
(EVENT_MAX * EVENT_SIZE)
macro
H
A
D
fanotify06.c
50
#define
EVENT_BUF_LEN
(EVENT_MAX * EVENT_SIZE)
macro
H
A
D
fanotify09.c
57
#define
EVENT_BUF_LEN
(EVENT_MAX * EVENT_SIZE)
macro
H
A
D
fanotify03.c
35
#define
EVENT_BUF_LEN
(EVENT_MAX * EVENT_SIZE)
macro
H
A
D
fanotify16.c
42
#define
EVENT_BUF_LEN
(EVENT_MAX * EVENT_SIZE * 3)
macro
H
A
D
fanotify10.c
55
#define
EVENT_BUF_LEN
(EVENT_MAX * EVENT_SIZE)
macro
Completed in 9 milliseconds