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

/linux-master/kernel/bpf/
H A Dbtf.c470 static bool btf_type_is_modifier(const struct btf_type *t) function
613 while (btf_type_is_modifier(t)) {
660 * btf_type_is_modifier() is an obvious one.
676 return btf_type_is_modifier(t) ||
929 while (btf_type_is_modifier(t) &&
1819 return !btf_type_is_modifier(next_type) &&
1825 return !btf_type_is_modifier(next_type) &&
2036 if (WARN_ON_ONCE(!btf_type_is_modifier(size_type) &&
2660 if (btf_type_is_modifier(next_type)) {
2714 if (btf_type_is_modifier(next_typ
[all...]

Completed in 224 milliseconds