Home
last modified time | relevance | path

Searched refs:btf_array (Results 1 – 2 of 2) sorted by relevance

/include/uapi/linux/
Dbtf.h111 struct btf_array { struct
/include/linux/
Dbtf.h468 static inline struct btf_array *btf_array(const struct btf_type *t) in btf_array() function
470 return (struct btf_array *)(t + 1); in btf_array()