Searched refs:find_kcfg_type (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 3007 static enum kcfg_type find_kcfg_type(const struct btf *btf, int id, in find_kcfg_type() function 3041 if (find_kcfg_type(btf, btf_array(t)->type, NULL) != KCFG_CHAR) in find_kcfg_type() 3161 ext->kcfg.type = find_kcfg_type(obj->btf, t->type, in bpf_object__collect_externs()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 3650 static enum kcfg_type find_kcfg_type(const struct btf *btf, int id, in find_kcfg_type() function 3688 if (find_kcfg_type(btf, btf_array(t)->type, NULL) != KCFG_CHAR) in find_kcfg_type() 3866 ext->kcfg.type = find_kcfg_type(obj->btf, t->type, in bpf_object__collect_externs()
|
Completed in 31 milliseconds