Lines Matching defs:vt
95 const struct btf_type *vt, *mt;
97 vt = btf_type_by_id(btf, value_id);
98 if (btf_vlen(vt) != 2) {
100 value_name, btf_vlen(vt));
103 member = btf_type_member(vt);
1048 const struct btf_type *t, *vt;
1085 vt = st_ops_desc->value_type;
1086 if (attr->value_size != vt->size) {
1097 (vt->size - sizeof(struct bpf_struct_ops_value));
1108 st_map->uvalue = bpf_map_area_alloc(vt->size, NUMA_NO_NODE);
1140 const struct btf_type *vt = st_ops_desc->value_type;
1144 vt->size - sizeof(struct bpf_struct_ops_value);
1145 usage += vt->size;