Home
last modified time | relevance | path

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

/linux/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_…
/linux/tools/include/linux/
H A Dbtf_ids.h13 struct btf_id_set8 { struct
/linux/tools/bpf/resolve_btfids/
H A Dmain.c751 struct btf_id_set8 *set8 = NULL; in sets_patch()
/linux/kernel/bpf/
H A Dbtf.c239 struct btf_id_set8 *sets[BTF_KFUNC_HOOK_MAX];
8672 struct btf_id_set8 *add_set = kset->set; in btf_populate_kfunc_set()
8676 struct btf_id_set8 *set; in btf_populate_kfunc_set()
8783 struct btf_id_set8 *set; in btf_kfunc_id_set_contains()