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:btf_struct_meta
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
btf.h
116
struct
btf_struct_meta
{
struct
123
struct
btf_struct_meta
types[];
502
struct
btf_struct_meta
*btf_find_struct_meta(const struct btf *btf, u32 btf_id);
542
static inline struct
btf_struct_meta
*btf_find_struct_meta(const struct btf *btf, u32 btf_id)
in btf_find_struct_meta()
H
A
D
bpf_verifier.h
503
struct
btf_struct_meta
*kptr_struct_meta;
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
helpers.c
1906
struct
btf_struct_meta
*meta = meta__ign;
in bpf_obj_new_impl()
1940
struct
btf_struct_meta
*meta = meta__ign;
in bpf_obj_drop_impl()
1948
struct
btf_struct_meta
*meta = meta__ign;
in bpf_refcount_acquire_impl()
1996
struct
btf_struct_meta
*meta = meta__ign;
in bpf_list_push_front_impl()
2006
struct
btf_struct_meta
*meta = meta__ign;
in bpf_list_push_back_impl()
2104
struct
btf_struct_meta
*meta = meta__ign;
in bpf_rbtree_add_impl()
H
A
D
btf.c
3851
struct
btf_struct_meta
*meta;
in btf_check_and_fixup_fields()
5351
struct
btf_struct_meta
*type;
in btf_parse_struct_metas()
5401
struct
btf_struct_meta
*btf_find_struct_meta(const struct btf *btf, u32 btf_id)
in btf_find_struct_meta()
5405
BUILD_BUG_ON(offsetof(struct
btf_struct_meta
, btf_id) != 0);
in btf_find_struct_meta()
6398
struct
btf_struct_meta
*meta;
in btf_struct_access()
H
A
D
verifier.c
479
struct
btf_struct_meta
*meta;
in reg_btf_record()
18759
struct
btf_struct_meta
*kptr_struct_meta = insn_aux->kptr_struct_meta;
in __fixup_collection_insert_kfunc()
18797
struct
btf_struct_meta
*kptr_struct_meta = env->insn_aux_data[insn_idx].kptr_struct_meta;
in fixup_kfunc_call()
18808
struct
btf_struct_meta
*kptr_struct_meta = env->insn_aux_data[insn_idx].kptr_struct_meta;
in fixup_kfunc_call()
18825
struct
btf_struct_meta
*kptr_struct_meta = env->insn_aux_data[insn_idx].kptr_struct_meta;
in fixup_kfunc_call()
H
A
D
syscall.c
638
struct
btf_struct_meta
*pointee_struct_meta;
in bpf_obj_free_fields()
Completed in 47 milliseconds