Home
last modified time | relevance | path

Searched refs:btf_id_set (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/include/linux/
H A Dbtf_ids.h8 struct btf_id_set { struct
156 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 };
/openbmc/linux/include/linux/
H A Dbtf_ids.h6 struct btf_id_set { struct
163 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 };
H A Dbtf.h100 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()
H A Dbpf.h3177 struct btf_id_set;
3178 bool btf_id_set_contains(const struct btf_id_set *set, u32 id);
/openbmc/linux/tools/bpf/resolve_btfids/
H A Dmain.c675 struct btf_id_set *set; in sets_patch()
/openbmc/linux/kernel/bpf/
H A Dbtf.c5319 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()
/openbmc/linux/Documentation/bpf/
H A Dbtf.rst859 The ``struct btf_id_set set;`` variable is defined to access the list.