Searched refs:new_types (Results 1 – 1 of 1) sorted by relevance
1552 struct btf_type **new_types; in btf_add_type() local1564 new_types = kvcalloc(new_size, sizeof(*new_types), in btf_add_type()1566 if (!new_types) in btf_add_type()1572 new_types[0] = &btf_void; in btf_add_type()1576 memcpy(new_types, btf->types, in btf_add_type()1581 btf->types = new_types; in btf_add_type()