Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbtf_ids.h11 struct btf_id_set8 { struct
203 extern struct btf_id_set8 name;
217 #define BTF_SET8_START(name) static struct btf_id_set8 __maybe_unused name = { 0 };
Dbtf.h73 struct btf_id_set8 *set;
/Linux-v6.1/kernel/bpf/
Dbtf.c216 struct btf_id_set8 *sets[BTF_KFUNC_HOOK_MAX];
7053 static void *btf_id_set8_contains(const struct btf_id_set8 *set, u32 id) in btf_id_set8_contains()
7307 struct btf_id_set8 *add_set) in BTF_ID_LIST_GLOBAL()
7311 struct btf_id_set8 *set; in BTF_ID_LIST_GLOBAL()
7370 offsetof(struct btf_id_set8, pairs[set_cnt + add_set->cnt]), in BTF_ID_LIST_GLOBAL()
7398 struct btf_id_set8 *set; in __btf_kfunc_id_set_contains()