Searched refs:btf_type_is_var (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dbtf.h367 static inline bool btf_type_is_var(const struct btf_type *t) function
/linux-master/kernel/bpf/
H A Dbtf.c529 btf_type_is_var(t) || btf_type_is_typedef(t);
653 return btf_type_is_var(t) ||
665 * btf_type_is_var() because the variable refers to
667 * btf_type_is_var() types that need resolving.
680 btf_type_is_var(t) ||
2037 !btf_type_is_var(size_type)))
4622 if (!var_type || !btf_type_is_var(var_type)) {
4829 if (btf_type_is_var(next_type) || btf_type_is_typedef(next_type)) {
5100 btf_type_is_var(t)) {
5104 !btf_type_is_var(
[all...]
H A Dverifier.c18008 if (!btf_type_is_var(t) && !btf_type_is_func(t)) {

Completed in 190 milliseconds