Searched refs:btf_id_set (Results 1 – 4 of 4) sorted by relevance
8 struct btf_id_set { struct156 extern struct btf_id_set name;166 #define BTF_SET_START(name) static struct btf_id_set __maybe_unused name = { 0 };167 #define BTF_SET_START_GLOBAL(name) static struct btf_id_set __maybe_unused name = { 0 };
752 struct btf_id_set *set = NULL; in sets_patch()
5693 struct btf_id_set *aof; in btf_parse_struct_metas()5696 BUILD_BUG_ON(offsetof(struct btf_id_set, cnt) != 0); in btf_parse_struct_metas()5697 BUILD_BUG_ON(sizeof(struct btf_id_set) != sizeof(u32)); in btf_parse_struct_metas()5709 struct btf_id_set *new_aof; in btf_parse_struct_metas()5728 struct btf_id_set *new_aof; in btf_parse_struct_metas()
3864 struct btf_id_set;3865 bool btf_id_set_contains(const struct btf_id_set *set, u32 id);