Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H 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 };
H A Dbpf.h2031 struct btf_id_set;
2032 bool btf_id_set_contains(const struct btf_id_set *set, u32 id);
/OK3568_Linux_fs/kernel/tools/include/linux/
H 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 };
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Dbtf.rst744 The ``struct btf_id_set set;`` variable is defined to access the list.
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c5558 bool btf_id_set_contains(const struct btf_id_set *set, u32 id) in btf_id_set_contains()