Searched refs:btf_id_set (Results 1 – 6 of 6) sorted by relevance
6 struct btf_id_set { struct145 extern struct btf_id_set name;155 #define BTF_SET_START(name) static struct btf_id_set __maybe_unused name = { 0 };156 #define BTF_SET_START_GLOBAL(name) static struct btf_id_set __maybe_unused name = { 0 };
6 struct btf_id_set { struct163 extern struct btf_id_set name;214 #define BTF_SET_START(name) static struct btf_id_set __maybe_unused name = { 0 };215 #define BTF_SET_START_GLOBAL(name) static struct btf_id_set __maybe_unused name = { 0 };
100 struct btf_id_set;475 static inline bool btf_id_set_contains(const struct btf_id_set *set, u32 id) in btf_id_set_contains()
3140 struct btf_id_set;3141 bool btf_id_set_contains(const struct btf_id_set *set, u32 id);
5319 struct btf_id_set set; in btf_parse_struct_metas()5328 BUILD_BUG_ON(offsetof(struct btf_id_set, cnt) != 0); in btf_parse_struct_metas()5329 BUILD_BUG_ON(sizeof(struct btf_id_set) != sizeof(u32)); in btf_parse_struct_metas()
859 The ``struct btf_id_set set;`` variable is defined to access the list.