Home
last modified time | relevance | path

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

/linux-5.15/tools/include/linux/
A Dbtf_ids.h6 struct btf_id_set { struct
142 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 };
/linux-5.15/include/linux/
A Dbtf_ids.h6 struct btf_id_set { struct
145 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 };
A Dbpf.h2220 struct btf_id_set;
2221 bool btf_id_set_contains(const struct btf_id_set *set, u32 id);
/linux-5.15/Documentation/bpf/
A Dbtf.rst757 The ``struct btf_id_set set;`` variable is defined to access the list.
/linux-5.15/kernel/bpf/
A Dbtf.c6005 bool btf_id_set_contains(const struct btf_id_set *set, u32 id) in btf_id_set_contains()