Searched defs:btf_array (Results 1 – 5 of 5) sorted by relevance
96 struct btf_array { struct97 __u32 type;98 __u32 index_type;99 __u32 nelems;
104 struct btf_array { struct105 __u32 type;106 __u32 index_type;107 __u32 nelems;
304 static inline struct btf_array *btf_array(const struct btf_type *t) in btf_array() function