Searched refs:btf_id_set (Results 1 – 3 of 3) sorted by relevance
8 struct btf_id_set { struct169 extern struct btf_id_set name;227 #define BTF_SET_START(name) static struct btf_id_set __maybe_unused name = { 0 };228 #define BTF_SET_START_GLOBAL(name) static struct btf_id_set __maybe_unused name = { 0 };
116 struct btf_id_set;513 static inline bool btf_id_set_contains(const struct btf_id_set *set, u32 id) in btf_id_set_contains()
3617 struct btf_id_set;3618 bool btf_id_set_contains(const struct btf_id_set *set, u32 id);
Completed in 19 milliseconds