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:inner_map_fd
(Results
1 - 7
of
7
) sorted by relevance
/third_party/libbpf/src/
H
A
D
gen_loader.c
36
__u32
inner_map_fd
;
member
484
move_stack2blob(gen, attr_field(map_create_attr,
inner_map_fd
), 4,
in bpf_gen__map_create()
485
stack_off(
inner_map_fd
));
in bpf_gen__map_create()
511
stack_off(
inner_map_fd
)));
in bpf_gen__map_create()
523
emit_sys_close_stack(gen, stack_off(
inner_map_fd
));
in bpf_gen__map_create()
H
A
D
libbpf_probes.c
366
opts.
inner_map_fd
= fd_inner;
in probe_map_create()
H
A
D
bpf.h
48
__u32
inner_map_fd
;
member
H
A
D
bpf.c
195
attr.
inner_map_fd
= OPTS_GET(opts,
inner_map_fd
, 0);
in bpf_map_create()
H
A
D
libbpf.c
530
int
inner_map_fd
;
member
1592
map->
inner_map_fd
= -1;
5536
map->
inner_map_fd
= bpf_map__fd(map->inner_map);
5538
if (map->
inner_map_fd
>= 0)
5539
create_attr.
inner_map_fd
= map->
inner_map_fd
;
10173
if (map->
inner_map_fd
!= -1) {
10174
pr_warn("error:
inner_map_fd
already specified\n");
10181
map->
inner_map_fd
= fd;
/third_party/ltp/include/lapi/
H
A
D
bpf.h
191
uint32_t
inner_map_fd
; /* fd pointing to the inner map */
member
/third_party/libbpf/include/uapi/linux/
H
A
D
bpf.h
1384
__u32
inner_map_fd
; /* fd pointing to the inner map */
member
Completed in 35 milliseconds