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:bpf_map__def
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H
A
D
tailcalls.c
40
for (i = 0; i <
bpf_map__def
(prog_array)->max_entries; i++) {
in test_tailcall_1()
56
for (i = 0; i <
bpf_map__def
(prog_array)->max_entries; i++) {
in test_tailcall_1()
72
for (i = 0; i <
bpf_map__def
(prog_array)->max_entries; i++) {
in test_tailcall_1()
93
for (i = 0; i <
bpf_map__def
(prog_array)->max_entries; i++) {
in test_tailcall_1()
94
j =
bpf_map__def
(prog_array)->max_entries - 1 - i;
in test_tailcall_1()
110
for (i = 0; i <
bpf_map__def
(prog_array)->max_entries; i++) {
in test_tailcall_1()
111
j =
bpf_map__def
(prog_array)->max_entries - 1 - i;
in test_tailcall_1()
128
for (i = 0; i <
bpf_map__def
(prog_array)->max_entries; i++) {
in test_tailcall_1()
178
for (i = 0; i <
bpf_map__def
(prog_array)->max_entries; i++) {
in test_tailcall_2()
343
for (i = 0; i <
bpf_map__def
(prog_arra
in test_tailcall_4()
[all...]
H
A
D
global_data_init.c
23
sz =
bpf_map__def
(map)->value_size;
in test_global_data_init()
H
A
D
global_data.c
117
buff = malloc(
bpf_map__def
(map)->value_size);
in test_global_data_rdonly()
H
A
D
flow_dissector.c
460
for (i = 0; i <
bpf_map__def
(prog_array)->max_entries; i++) {
in init_prog_array()
H
A
D
sockmap_listen.c
1427
def =
bpf_map__def
(map);
in test_ops_cleanup()
1453
def =
bpf_map__def
(map);
in map_type_str()
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
xdp_rxq_info_user.c
212
unsigned int nr_rxqs =
bpf_map__def
(rx_queue_index_map)->max_entries;
in alloc_record_per_rxq()
225
unsigned int nr_rxqs =
bpf_map__def
(rx_queue_index_map)->max_entries;
in alloc_stats_record()
244
unsigned int nr_rxqs =
bpf_map__def
(rx_queue_index_map)->max_entries;
in free_stats_record()
292
max_rxqs =
bpf_map__def
(rx_queue_index_map)->max_entries;
in stats_collect()
338
unsigned int nr_rxqs =
bpf_map__def
(rx_queue_index_map)->max_entries;
in stats_print()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
bpf_map.c
30
const struct bpf_map_def *def =
bpf_map__def
(map);
in bpf_map__fprintf()
H
A
D
bpf-loader.c
1002
const struct bpf_map_def *def =
bpf_map__def
(map);
in __bpf_map__config_value()
1073
def =
bpf_map__def
(map);
in __bpf_map__config_event()
1144
def =
bpf_map__def
(map);
in config_map_indices_range_check()
1321
def =
bpf_map__def
(map);
in bpf_map_config_foreach_key()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H
A
D
gen.c
516
(
bpf_map__def
(map)->map_flags & BPF_F_MMAPABLE)) {
in do_skeleton()
H
A
D
struct_ops.c
514
def =
bpf_map__def
(map);
in do_register()
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
libbpf.h
438
LIBBPF_API const struct bpf_map_def *
bpf_map__def
(const struct bpf_map *map);
H
A
D
libbpf.c
8827
const struct bpf_map_def *
bpf_map__def
(const struct bpf_map *map)
in bpf_map__def()
function
Completed in 23 milliseconds