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

/linux-master/include/linux/
H A Dbtf.h347 static inline bool btf_type_is_typedef(const struct btf_type *t) function
/linux-master/kernel/bpf/
H A Dbtf.c529 btf_type_is_var(t) || btf_type_is_typedef(t);
4829 if (btf_type_is_var(next_type) || btf_type_is_typedef(next_type)) {
5724 while (btf_type_is_modifier(t) && !btf_type_is_typedef(t))
5727 if (btf_type_is_typedef(t)) {
5815 while (btf_type_is_modifier(t) && !btf_type_is_typedef(t))
5818 if (btf_type_is_typedef(t)) {
H A Dverifier.c20906 if (!btf_type_is_typedef(t)) {

Completed in 168 milliseconds