Searched defs:btf_array (Results 1 – 3 of 3) sorted by relevance
105 struct btf_array { struct106 __u32 type;107 __u32 index_type;108 __u32 nelems;
346 static inline struct btf_array *btf_array(const struct btf_type *t) in btf_array() function