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:core_relo_cnt
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
gen_loader.c
856
relos = libbpf_reallocarray(gen->core_relos, gen->
core_relo_cnt
+ 1, sizeof(*relos));
in bpf_gen__record_relo_core()
862
relos += gen->
core_relo_cnt
;
in bpf_gen__record_relo_core()
864
gen->
core_relo_cnt
++;
in bpf_gen__record_relo_core()
895
if (!gen->
core_relo_cnt
)
in cleanup_core_relo()
898
gen->
core_relo_cnt
= 0;
in cleanup_core_relo()
970
attr.
core_relo_cnt
= gen->
core_relo_cnt
;
in bpf_gen__prog_load()
972
attr.
core_relo_cnt
* attr.core_relo_rec_size);
in bpf_gen__prog_load()
H
A
D
bpf_gen_internal.h
45
int
core_relo_cnt
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
bpf.h
1446
__u32
core_relo_cnt
; /* number of bpf_core_relo */
member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
bpf.h
1446
__u32
core_relo_cnt
; /* number of bpf_core_relo */
member
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
verifier.c
15707
nr_core_relo = attr->
core_relo_cnt
;
in check_core_relo()
Completed in 66 milliseconds