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

/linux-master/include/linux/
H A Dbtf.h392 static inline bool btf_type_is_array(const struct btf_type *t) function
/linux-master/kernel/bpf/
H A Dbtf.c669 * btf_type_is_array() because its element (array->type)
679 btf_type_is_array(t) ||
1826 !btf_type_is_array(next_type) &&
1866 else if (btf_type_is_struct(t) || btf_type_is_array(t))
2031 } else if (btf_type_is_array(size_type)) {
2046 else if (btf_type_is_array(size_type))
5108 if (btf_type_is_array(t)) {
6433 if (!btf_type_is_array(mtype))
6523 if (btf_type_is_array(mtype)) {
H A Dverifier.c10930 if (btf_type_is_array(member_type)) {

Completed in 153 milliseconds