Home
last modified time | relevance | path

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

/Linux-v6.6/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.h107 struct btf_id_set8 *set;
480 static inline void *btf_id_set8_contains(const struct btf_id_set8 *set, u32 id) in btf_id_set8_contains()
/Linux-v6.6/kernel/bpf/
Dbtf.c235 struct btf_id_set8 *sets[BTF_KFUNC_HOOK_MAX];
7680 struct btf_id_set8 *add_set = kset->set; in btf_populate_kfunc_set()
7684 struct btf_id_set8 *set; in btf_populate_kfunc_set()
7761 offsetof(struct btf_id_set8, pairs[set_cnt + add_set->cnt]), in btf_populate_kfunc_set()
7796 struct btf_id_set8 *set; in __btf_kfunc_id_set_contains()