Home
last modified time | relevance | path

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

/include/uapi/linux/
Dbtf.h105 struct btf_enum { struct
/include/linux/
Dbtf.h473 static inline struct btf_enum *btf_enum(const struct btf_type *t) in btf_enum() function
475 return (struct btf_enum *)(t + 1); in btf_enum()