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:STROBE_MAX_MAPS
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
strobemeta.h
31
STROBE_MAX_MAPS
* READ_MAP_VAR_PAYLOAD_CAP)
150
struct strobe_value_loc map_locs[
STROBE_MAX_MAPS
];
182
struct strobe_map_descr map_descrs[
STROBE_MAX_MAPS
];
481
if (index >=
STROBE_MAX_MAPS
)
in read_var_callback()
553
err = bpf_loop(
STROBE_MAX_MAPS
, read_var_callback, &ctx, 0);
in read_strobe_meta()
554
if (err !=
STROBE_MAX_MAPS
)
in read_strobe_meta()
583
for (int i = 0; i <
STROBE_MAX_MAPS
; ++i) {
in read_strobe_meta()
H
A
D
strobemeta.c
6
#define
STROBE_MAX_MAPS
100
macro
H
A
D
strobemeta_bpf_loop.c
6
#define
STROBE_MAX_MAPS
100
macro
H
A
D
strobemeta_nounroll1.c
6
#define
STROBE_MAX_MAPS
13
macro
H
A
D
strobemeta_nounroll2.c
6
#define
STROBE_MAX_MAPS
30
macro
H
A
D
strobemeta_subprogs.c
6
#define
STROBE_MAX_MAPS
13
macro
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
strobemeta.h
29
STROBE_MAX_MAPS
* (1 + STROBE_MAX_MAP_ENTRIES * 2) * STROBE_MAX_STR_LEN)
148
struct strobe_value_loc map_locs[
STROBE_MAX_MAPS
];
180
struct strobe_map_descr map_descrs[
STROBE_MAX_MAPS
];
499
for (int i = 0; i <
STROBE_MAX_MAPS
; ++i) {
in read_strobe_meta()
H
A
D
strobemeta.c
6
#define
STROBE_MAX_MAPS
100
macro
H
A
D
strobemeta_nounroll1.c
6
#define
STROBE_MAX_MAPS
13
macro
H
A
D
strobemeta_nounroll2.c
6
#define
STROBE_MAX_MAPS
30
macro
H
A
D
strobemeta_subprogs.c
6
#define
STROBE_MAX_MAPS
13
macro
Completed in 4 milliseconds