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_is_any_enum
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
btf.h
264
static inline bool
btf_is_any_enum
(const struct btf_type *t)
in btf_is_any_enum()
function
274
(
btf_is_any_enum
(t1) &&
btf_is_any_enum
(t2));
in btf_kind_core_compat()
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
btf.h
452
static inline bool
btf_is_any_enum
(const struct btf_type *t)
in btf_is_any_enum()
function
461
(
btf_is_any_enum
(t1) &&
btf_is_any_enum
(t2));
in btf_kind_core_compat()
H
A
D
relo_core.c
316
if (!
btf_is_any_enum
(t) || spec->raw_len > 1 || access_idx >= btf_vlen(t))
in bpf_core_parse_spec()
592
if (!
btf_is_any_enum
(targ_type))
in bpf_core_spec_match()
778
*val = (
btf_is_any_enum
(mt) && BTF_INFO_KFLAG(mt->info)) ||
in bpf_core_calc_field_relo()
1599
if (!
btf_is_any_enum
(targ_t))
in __bpf_core_types_match()
H
A
D
btf.c
3483
return
btf_is_any_enum
(t) && btf_vlen(t) == 0;
in btf_is_enum_fwd()
3497
btf_is_any_enum
(t1) &&
btf_is_any_enum
(t2);
in btf_compat_enum()
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
btf.c
6015
if (btf_type_is_small_int(t) ||
btf_is_any_enum
(t) || __btf_type_is_struct(t))
in btf_ctx_access()
6531
if (btf_type_is_int(t) ||
btf_is_any_enum
(t) || __btf_type_is_struct(t))
in __get_type_size()
6697
if (btf_type_is_int(t1) ||
btf_is_any_enum
(t1))
in btf_check_func_type_match()
7013
if (!btf_type_is_int(t) && !
btf_is_any_enum
(t)) {
in btf_prepare_func_args()
7028
if (btf_type_is_int(t) ||
btf_is_any_enum
(t)) {
in btf_prepare_func_args()
H
A
D
verifier.c
15524
btf_type_is_small_int(ret_type) ||
btf_is_any_enum
(ret_type);
in check_btf_func()
Completed in 50 milliseconds