Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c1552 struct btf_type **new_types; in btf_add_type() local
1564 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()