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:MAX_INSNS
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
test_sock.c
21
#define
MAX_INSNS
512
macro
29
struct bpf_insn insns[
MAX_INSNS
];
322
for (len =
MAX_INSNS
- 1; len > 0; --len)
in probe_prog_length()
H
A
D
test_sysctl.c
22
#define
MAX_INSNS
512
macro
30
struct bpf_insn insns[
MAX_INSNS
];
1404
for (len =
MAX_INSNS
- 1; len > 0; --len)
in probe_prog_length()
H
A
D
test_verifier.c
50
#define
MAX_INSNS
BPF_MAXINSNS
macro
68
struct bpf_insn insns[
MAX_INSNS
];
364
for (len =
MAX_INSNS
- 1; len > 0; --len)
in probe_filter_length()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H
A
D
align.c
4
#define
MAX_INSNS
512
macro
14
struct bpf_insn insns[
MAX_INSNS
];
594
for (len =
MAX_INSNS
- 1; len > 0; --len)
in probe_filter_length()
H
A
D
btf.c
30
#define
MAX_INSNS
512
macro
4964
struct bpf_insn insns[
MAX_INSNS
];
5772
for (len =
MAX_INSNS
- 1; len > 0; --len)
in probe_prog_length()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
align.c
4
#define
MAX_INSNS
512
macro
14
struct bpf_insn insns[
MAX_INSNS
];
594
for (len =
MAX_INSNS
- 1; len > 0; --len)
in probe_filter_length()
H
A
D
btf.c
28
#define
MAX_INSNS
512
macro
5606
struct bpf_insn insns[
MAX_INSNS
];
6414
for (len =
MAX_INSNS
- 1; len > 0; --len)
in probe_prog_length()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_sock.c
20
#define
MAX_INSNS
512
macro
28
struct bpf_insn insns[
MAX_INSNS
];
381
for (len =
MAX_INSNS
- 1; len > 0; --len)
in probe_prog_length()
H
A
D
test_sysctl.c
22
#define
MAX_INSNS
512
macro
30
struct bpf_insn insns[
MAX_INSNS
];
1404
for (len =
MAX_INSNS
- 1; len > 0; --len)
in probe_prog_length()
H
A
D
test_verifier.c
49
#define
MAX_INSNS
BPF_MAXINSNS
macro
88
struct bpf_insn insns[
MAX_INSNS
];
527
for (len =
MAX_INSNS
- 1; len > 0; --len)
in probe_filter_length()
/kernel/linux/linux-5.10/lib/
H
A
D
test_bpf.c
25
#define
MAX_INSNS
512
macro
66
struct sock_filter insns[
MAX_INSNS
];
67
struct bpf_insn insns_int[
MAX_INSNS
];
6543
for (len =
MAX_INSNS
- 1; len > 0; --len)
in filter_length()
/kernel/linux/linux-6.6/lib/
H
A
D
test_bpf.c
25
#define
MAX_INSNS
512
macro
68
struct sock_filter insns[
MAX_INSNS
];
69
struct bpf_insn insns_int[
MAX_INSNS
];
14418
for (len =
MAX_INSNS
- 1; len > 0; --len)
in filter_length()
14844
struct bpf_insn insns[
MAX_INSNS
];
15062
for (len = 0; len <
MAX_INSNS
; len++) {
in prepare_tail_call_tests()
15065
if (len <
MAX_INSNS
- 1 &&
in prepare_tail_call_tests()
Completed in 38 milliseconds