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 };
6 struct btf_id_set { struct145 extern struct btf_id_set name;155 #define BTF_SET_START(name) static struct btf_id_set name = { 0 };156 #define BTF_SET_START_GLOBAL(name) static struct btf_id_set name = { 0 };
2220 struct btf_id_set;2221 bool btf_id_set_contains(const struct btf_id_set *set, u32 id);
757 The ``struct btf_id_set set;`` variable is defined to access the list.
6005 bool btf_id_set_contains(const struct btf_id_set *set, u32 id) in btf_id_set_contains()