Home
last modified time | relevance | path

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

/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 };
/linux/tools/bpf/resolve_btfids/
H A Dmain.c687 struct btf_id_set *set = NULL; in sets_patch()
/linux/include/linux/
H A Dbpf.h3731 struct btf_id_set;
3732 bool btf_id_set_contains(const struct btf_id_set *set, u32 id);