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_type
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
syscall.c
36
((map)->
map_type
== BPF_MAP_TYPE_PERF_EVENT_ARRAY || (map)->
map_type
== BPF_MAP_TYPE_CGROUP_ARRAY || \
37
(map)->
map_type
== BPF_MAP_TYPE_ARRAY_OF_MAPS)
38
#define IS_FD_PROG_ARRAY(map) ((map)->
map_type
== BPF_MAP_TYPE_PROG_ARRAY)
39
#define IS_FD_HASH(map) ((map)->
map_type
== BPF_MAP_TYPE_HASH_OF_MAPS)
103
u32 type = attr->
map_type
;
in find_and_alloc_map()
130
map->
map_type
= type;
in find_and_alloc_map()
136
if (map->
map_type
== BPF_MAP_TYPE_PERCPU_HASH || map->
map_type
== BPF_MAP_TYPE_LRU_PERCPU_HASH ||
in bpf_map_value_size()
137
map->
map_type
in bpf_map_value_size()
[all...]
H
A
D
verifier.c
454
enum bpf_map_type
map_type
= map ? map->
map_type
: BPF_MAP_TYPE_UNSPEC;
in is_acquire_function()
local
462
(
map_type
== BPF_MAP_TYPE_SOCKMAP ||
map_type
== BPF_MAP_TYPE_SOCKHASH)) {
in is_acquire_function()
3564
verbose(env, "map_ptr access not supported for map type %d\n", map->
map_type
);
in check_ptr_to_map_access()
4229
switch (meta->map_ptr->
map_type
) {
in resolve_map_arg_type()
4665
switch (map->
map_type
) {
in check_map_func_compatibility()
4770
if (map->
map_type
!= BPF_MAP_TYPE_PROG_ARRAY) {
in check_map_func_compatibility()
4783
if (map->
map_type
!= BPF_MAP_TYPE_PERF_EVENT_ARRAY) {
in check_map_func_compatibility()
4790
if (map->
map_type
!
in check_map_func_compatibility()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
bpf.h
136
enum bpf_map_type
map_type
;
member
218
return map->
map_type
== BPF_MAP_TYPE_PERF_EVENT_ARRAY;
in bpf_map_offload_neutral()
Completed in 18 milliseconds