Searched refs:nr_types (Results 1 – 1 of 1) sorted by relevance
253 u32 nr_types; /* includes VOID for base BTF */ member530 total += btf->nr_types; in btf_nr_types()832 if (type_id >= btf->nr_types) in btf_type_by_id()1567 if (btf->types_size == btf->nr_types) { in btf_add_type()1587 if (btf->nr_types == 0) { in btf_add_type()1591 btf->nr_types++; in btf_add_type()1595 sizeof(*btf->types) * btf->nr_types); in btf_add_type()1603 btf->types[btf->nr_types++] = t; in btf_add_type()1727 u32 nr_types = btf->nr_types; in env_resolve_init() local1732 resolved_sizes = kvcalloc(nr_types, sizeof(*resolved_sizes), in env_resolve_init()[all …]