Searched refs:btf_id_set (Results 1 – 5 of 5) sorted by relevance
6 struct btf_id_set { struct142 extern struct btf_id_set name;151 #define BTF_SET_START(name) static struct btf_id_set name = { 0 };152 #define BTF_SET_START_GLOBAL(name) static struct btf_id_set name = { 0 };
2031 struct btf_id_set;2032 bool btf_id_set_contains(const struct btf_id_set *set, u32 id);
744 The ``struct btf_id_set set;`` variable is defined to access the list.
5558 bool btf_id_set_contains(const struct btf_id_set *set, u32 id) in btf_id_set_contains()