Lines Matching defs:ref_t
7668 const struct btf_type *t, *ref_t, *fn_t;
7827 ref_t = btf_type_skip_modifiers(btf, t->type, NULL);
7828 if (btf_type_is_void(ref_t) || btf_type_is_primitive(ref_t)) {
7839 ref_t = btf_type_by_id(vmlinux_btf, kern_type_id);
7840 if (!btf_type_is_struct(ref_t)) {
7843 i, btf_type_str(ref_t), tname);
7867 ref_t = btf_resolve_size(btf, t, &mem_size);
7868 if (IS_ERR(ref_t)) {
7871 PTR_ERR(ref_t));