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

/linux-master/include/linux/
H A Dbtf.h247 static inline bool btf_type_is_ptr(const struct btf_type *t) function
596 if (!btf_type_is_ptr(t))
/linux-master/kernel/bpf/
H A Dbtf.c630 if (!btf_type_is_ptr(t))
677 btf_type_is_ptr(t) ||
1820 !btf_type_is_ptr(next_type);
1864 if (btf_type_is_ptr(t))
2033 } else if (btf_type_is_ptr(size_type)) {
2048 else if (btf_type_is_ptr(size_type))
2667 if (btf_type_is_ptr(resolved_type) &&
2721 if (btf_type_is_ptr(resolved_type) &&
3326 if (!btf_type_is_ptr(t))
5099 if (btf_type_is_modifier(t) || btf_type_is_ptr(
[all...]
H A Dverifier.c10860 if (!btf_type_is_ptr(t))
11684 if (!btf_type_is_ptr(t)) {
12254 } else if (btf_type_is_ptr(t)) {
12492 if (btf_type_is_ptr(t))
20918 if (!btf_type_is_ptr(t))

Completed in 228 milliseconds