Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbtf_ids.h16 struct btf_id_set8 { struct
210 extern struct btf_id_set8 name;
230 #define BTF_SET8_START(name) static struct btf_id_set8 __maybe_unused name = { 0 };
232 #define BTF_KFUNCS_START(name) static struct btf_id_set8 __maybe_unused name = { .flags = BTF_SET8_…
H A Dbtf.h123 struct btf_id_set8 *set;
515 static inline void *btf_id_set8_contains(const struct btf_id_set8 *set, u32 id) in btf_id_set8_contains()
/linux-6.15/tools/include/linux/
H A Dbtf_ids.h13 struct btf_id_set8 { struct
/linux-6.15/tools/bpf/resolve_btfids/
H A Dmain.c686 struct btf_id_set8 *set8 = NULL; in sets_patch()
/linux-6.15/kernel/bpf/
H A Dbtf.c237 struct btf_id_set8 *sets[BTF_KFUNC_HOOK_MAX];
8491 struct btf_id_set8 *add_set = kset->set; in btf_populate_kfunc_set()
8495 struct btf_id_set8 *set; in btf_populate_kfunc_set()
8566 offsetof(struct btf_id_set8, pairs[set_cnt + add_set->cnt]), in btf_populate_kfunc_set()
8604 struct btf_id_set8 *set; in __btf_kfunc_id_set_contains()