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:map_attr
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/bpf/
H
A
D
bpf_common.c
52
union bpf_attr
map_attr
= {
in bpf_map_array_create()
local
60
return bpf_map_create(&
map_attr
);
in bpf_map_array_create()
/third_party/libbpf/src/
H
A
D
gen_loader.c
452
struct bpf_map_create_opts *
map_attr
, int map_idx)
in bpf_gen__map_create()
463
attr.map_flags =
map_attr
->map_flags;
in bpf_gen__map_create()
464
attr.map_extra =
map_attr
->map_extra;
in bpf_gen__map_create()
467
attr.numa_node =
map_attr
->numa_node;
in bpf_gen__map_create()
468
attr.map_ifindex =
map_attr
->map_ifindex;
in bpf_gen__map_create()
470
attr.btf_key_type_id =
map_attr
->btf_key_type_id;
in bpf_gen__map_create()
471
attr.btf_value_type_id =
map_attr
->btf_value_type_id;
in bpf_gen__map_create()
448
bpf_gen__map_create(struct bpf_gen *gen, enum bpf_map_type map_type, const char *map_name, __u32 key_size, __u32 value_size, __u32 max_entries, struct bpf_map_create_opts *
map_attr
, int map_idx)
bpf_gen__map_create()
argument
H
A
D
bpf_gen_internal.h
61
struct bpf_map_create_opts *
map_attr
, int map_idx);
Completed in 3 milliseconds